Skip to content

Commit

Permalink
update print format
Browse files Browse the repository at this point in the history
  • Loading branch information
jelipo committed Apr 19, 2023
1 parent d65c325 commit dc2fc04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bar/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ impl MultiBar {
} else {
""
};
println!(
"{}{:>12} / {:<12} {:4}{}",
name, curr_size, full_size, done_str, bar_core.finished_info
);
println!("{}{:>12} / {:<12} {:4}{}", name, curr_size, full_size, done_str, bar_core.finished_info);
}
}
}
Expand Down

0 comments on commit dc2fc04

Please sign in to comment.