mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
check gofmt with golang 1.4
This commit is contained in:
@@ -262,7 +262,7 @@ func (s *serviceStore) MergedState() interface{} {
|
||||
// watchForUpdates invokes bcaster.Notify() with the latest version of an object
|
||||
// when changes occur.
|
||||
func watchForUpdates(bcaster *config.Broadcaster, accessor config.Accessor, updates <-chan struct{}) {
|
||||
for _ = range updates {
|
||||
for range updates {
|
||||
bcaster.Notify(accessor.MergedState())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user