mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-04 12:42:16 +00:00
Run go fmt.
This commit is contained in:
parent
ca1eb66df4
commit
24d9977c95
@ -289,7 +289,7 @@ func (a *Aggregator) Dispatch(s SummaryReceiver) {
|
||||
case req := <-a.closeRequests:
|
||||
a.closeInternal()
|
||||
req.done <- true
|
||||
// BUG: Simply returning here will prevent proper draining. Fix this.
|
||||
// BUG: Simply returning here will prevent proper draining. Fix this.
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user