Skip to content

Commit 42d6cb8

Browse files
committed
lint
1 parent 75d87db commit 42d6cb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/reconciler/garbagecollector/garbagecollector_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ func (c *Controller) startGarbageCollectorForLogicalCluster(ctx context.Context,
296296
// Do this in a goroutine to avoid holding up a worker in the event ResyncMonitors stalls for whatever reason
297297
go func() {
298298
// Make sure the GC monitors are synced at least once
299-
//nolint:errcheck
300299
err = garbageCollector.ResyncMonitors(ctx, c.dynamicDiscoverySharedInformerFactory)
301300
if err != nil {
302301
logger.Error(err, "failed to sync garbage collector monitors for the first time")

0 commit comments

Comments
 (0)