Codebase list golang-github-vbauerster-mpb / f3db89c
don't assign return var Vladimir Bauer 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
197197 }
198198 }
199199
200 func (s *pState) flush(lineCount int) (err error) {
200 func (s *pState) flush(lineCount int) error {
201201 for s.bHeap.Len() > 0 {
202202 bar := heap.Pop(s.bHeap).(*Bar)
203203 frameReader := <-bar.frameReaderCh