diff --git a/manager/aggregator.go b/manager/aggregator.go index 3e0dc24b..f158cb01 100644 --- a/manager/aggregator.go +++ b/manager/aggregator.go @@ -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 } }