mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Print a newline before the progress bar
This commit is contained in:
parent
ff6c15f9c1
commit
af85f2036c
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ You can keep working on this exercise or jump into the next one by removing the
|
||||||
self.writer.write_all(message.as_bytes())?;
|
self.writer.write_all(message.as_bytes())?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.writer.write_all(b"\n")?;
|
||||||
let line_width = size()?.0;
|
let line_width = size()?.0;
|
||||||
let progress_bar = progress_bar(
|
let progress_bar = progress_bar(
|
||||||
self.current_exercise_ind as u16,
|
self.current_exercise_ind as u16,
|
||||||
|
|
Loading…
Reference in a new issue