We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dc080 commit 3352b5aCopy full SHA for 3352b5a
src/main.rs
@@ -285,7 +285,7 @@ fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
285
println!(" clear - clears the screen");
286
println!(" quit - quits watch mode");
287
println!(" help - displays this help message");
288
- println!("");
+ println!();
289
println!("Watch mode automatically re-evaluates the current exercise");
290
println!("when you edit a file's contents.")
291
} else {
0 commit comments