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:
|
case req := <-a.closeRequests:
|
||||||
a.closeInternal()
|
a.closeInternal()
|
||||||
req.done <- true
|
req.done <- true
|
||||||
// BUG: Simply returning here will prevent proper draining. Fix this.
|
// BUG: Simply returning here will prevent proper draining. Fix this.
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue