diff --git a/tools/cache/shared_informer.go b/tools/cache/shared_informer.go index 4b7fc04e..2ff493ec 100644 --- a/tools/cache/shared_informer.go +++ b/tools/cache/shared_informer.go @@ -244,7 +244,7 @@ func WaitForNamedCacheSync(controllerName string, stopCh <-chan struct{}, cacheS return false } - klog.Infof("Caches are synced for %s ", controllerName) + klog.Infof("Caches are synced for %s", controllerName) return true }