mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
fix typo
This commit is contained in:
parent
d4766c4bf3
commit
889f1d9c35
@ -24,7 +24,7 @@ impl OutputLine for Progress {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn output_line_info(&mut self, args: Arguments) {
|
fn output_line_info(&mut self, args: Arguments) {
|
||||||
self.bar.set_message(format!("{}[INFO]{}{args}", *YELLOW, *RESET));
|
self.bar.set_message(format!("{}[INFO]{} {args}", *YELLOW, *RESET));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user