Codebase list golang-github-vbauerster-mpb / 648da81
cosmetics... Vladimir Bauer 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4646 }
4747
4848 func complete(b *testing.B, bar *Bar, total int) {
49 for c := 0; c < total; c++ {
49 for i := 0; i < total; i++ {
5050 bar.Increment()
5151 }
5252 if !bar.Completed() {