fix static check in cluster/images/etcd-version-monitor

This commit is contained in:
SenXuDC
2020-01-15 21:31:33 +08:00
parent 8568d1843d
commit cc8e8401e2
2 changed files with 0 additions and 2 deletions

View File

@@ -251,7 +251,6 @@ func getVersionPeriodically(stopCh <-chan struct{}) {
}
select {
case <-stopCh:
break
case <-time.After(scrapeTimeout):
}
}