Skip to content

Commit 55409c7

Browse files
committed
Run gofmt
Signed-off-by: Max Smythe <[email protected]>
1 parent 035e41e commit 55409c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func newCache(restConfig *rest.Config, opts Options) newCacheFunc {
342342
},
343343
Transform: config.Transform,
344344
UnsafeDisableDeepCopy: pointer.BoolDeref(config.UnsafeDisableDeepCopy, false),
345-
NewInformer: opts.NewInformer,
345+
NewInformer: opts.NewInformer,
346346
}),
347347
}
348348
}

0 commit comments

Comments
 (0)