Skip to content

Commit

Permalink
Remove redundant break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
artms committed Oct 10, 2022
1 parent 9eb6679 commit 4d10933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m3/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ func (r *reporter) timeLoop() {
r.now.Store(time.Now().UnixNano())
select {
case <-t.C:
break
case <-r.donech:
return
}
Expand Down

0 comments on commit 4d10933

Please sign in to comment.