Skip to content

Commit b0766d2

Browse files
committed
fix: align struct field formatting in syncer.go
Fix whitespace alignment flagged by gimps import formatter. Signed-off-by: Igor Fominykh <ifdotpy@gmail.com>
1 parent 5493247 commit b0766d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/sync/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func (s *ResourceSyncer) Process(ctx context.Context, remoteObj *unstructured.Un
195195
// (i.e. on the service cluster), so that the original and copy are linked
196196
// together and can be found.
197197
metadataOnDestination: true,
198-
eventObjSide: syncSideSource,
198+
eventObjSide: syncSideSource,
199199
}
200200

201201
// When the primary object is being deleted, clean up related resources FIRST,

0 commit comments

Comments
 (0)