Skip to content

Commit 3352b5a

Browse files
author
ana
committed
chore: improve println! usage
1 parent a7dc080 commit 3352b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
285285
println!(" clear - clears the screen");
286286
println!(" quit - quits watch mode");
287287
println!(" help - displays this help message");
288-
println!("");
288+
println!();
289289
println!("Watch mode automatically re-evaluates the current exercise");
290290
println!("when you edit a file's contents.")
291291
} else {

0 commit comments

Comments
 (0)