mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 06:07:11 +02:00
remove needless break. (#7008)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
5f5c7a4477
commit
bbacd2dd09
@ -618,7 +618,6 @@ func main() {
|
||||
func() error {
|
||||
select {
|
||||
case <-dbOpen:
|
||||
break
|
||||
// In case a shutdown is initiated before the dbOpen is released
|
||||
case <-cancel:
|
||||
reloadReady.Close()
|
||||
|
Loading…
Reference in New Issue
Block a user