src/progress.rs: Oops, forgot to add
This commit is contained in:
parent
e32e130621
commit
3b005b0949
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ pub struct TaskProgress {
|
|||
}
|
||||
|
||||
impl TaskProgress {
|
||||
fn new(label: String, label_width: usize) -> Self {
|
||||
pub fn new(label: String, label_width: usize) -> Self {
|
||||
Self {
|
||||
label,
|
||||
label_width,
|
||||
|
|
Loading…
Reference in a new issue