Run go fmt.

This commit is contained in:
Julius Volz 2013-07-22 11:02:45 +02:00
parent ca1eb66df4
commit 24d9977c95
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}