Skip to content

Commit

Permalink
Pad with spaces so it lines up with previous progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mgomes committed Nov 28, 2020
1 parent 6bbabe9 commit 6f9a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func concatFiles(filename string, filesize uint64, parts int) {

bar := progressbar.DefaultBytes(
int64(filesize),
"Combining",
"Combining ",
)

for part := 0; part < parts; part++ {
Expand Down

0 comments on commit 6f9a9b6

Please sign in to comment.