Skip to content

Commit

Permalink
example: fix multi example
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Oct 29, 2016
1 parent 542bd01 commit a17df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
mb.println("");

for i in 1..6 {
let count = 50 * i;
let count = 100 * i;
let mut pb = mb.create_bar(count);
pb.tick_format("▏▎▍▌▋▊▉██▉▊▋▌▍▎▏");
pb.show_message = true;
Expand Down

0 comments on commit a17df96

Please sign in to comment.