Skip to content

Commit d27cd05

Browse files
committed
fix the output
1 parent 5bf66ae commit d27cd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ func (pb *ProgressBar) write(current int64) {
184184
}
185185

186186
// and print!
187-
fmt.Print("\r" + out + end + "\n")
187+
fmt.Print("\r" + out + end)
188188
}

0 commit comments

Comments
 (0)