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 {
|
impl TaskProgress {
|
||||||
fn new(label: String, label_width: usize) -> Self {
|
pub fn new(label: String, label_width: usize) -> Self {
|
||||||
Self {
|
Self {
|
||||||
label,
|
label,
|
||||||
label_width,
|
label_width,
|
||||||
|
|
Loading…
Add table
Reference in a new issue