chore: improve println! usage

This commit is contained in:
ana 2021-09-24 13:04:30 +02:00
parent a7dc080b95
commit 3352b5a4d3
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
println!(" clear - clears the screen");
println!(" quit - quits watch mode");
println!(" help - displays this help message");
println!("");
println!();
println!("Watch mode automatically re-evaluates the current exercise");
println!("when you edit a file's contents.")
} else {