Skip to content

Commit fc500cc

Browse files
committed
Run gofmt
Signed-off-by: Max Smythe <[email protected]>
1 parent c1a5142 commit fc500cc

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
@@ -351,7 +351,7 @@ func newCache(restConfig *rest.Config, opts Options) newCacheFunc {
351351
},
352352
Transform: config.Transform,
353353
UnsafeDisableDeepCopy: pointer.BoolDeref(config.UnsafeDisableDeepCopy, false),
354-
NewInformer: opts.NewInformer,
354+
NewInformer: opts.NewInformer,
355355
}),
356356
readerFailOnMissingInformer: opts.ReaderFailOnMissingInformer,
357357
}

0 commit comments

Comments
 (0)