mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
lint
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
This commit is contained in:
parent
bc46e3d9b3
commit
4411a3f3be
@ -320,7 +320,7 @@ func (c *DiscoveryController) Run(stopCh <-chan struct{}, synchedCh chan<- struc
|
|||||||
utilruntime.HandleError(fmt.Errorf("timed out waiting for initial discovery sync"))
|
utilruntime.HandleError(fmt.Errorf("timed out waiting for initial discovery sync"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
utilruntime.HandleError(fmt.Errorf("unexpected error: %v", err))
|
utilruntime.HandleError(fmt.Errorf("unexpected error: %w", err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
close(synchedCh)
|
close(synchedCh)
|
||||||
|
Loading…
Reference in New Issue
Block a user