Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic committed Aug 29, 2022
1 parent 9655ec6 commit 9e37aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1an-core/src/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub fn init_multi_progress_bar(len: u64, workers: usize, total_chunks: usize) {
} else {
" {prefix:.dim} {msg}"
}));
pb.set_prefix(format!("[Idle {:width$}]", width = digits));
pb.set_prefix(format!("[Idle {width:width$}]", width = digits));
pbs.push(mpb.add(pb));
}

Expand Down

0 comments on commit 9e37aa8

Please sign in to comment.