summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev')
-rw-r--r--src/dev/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs
index c89eb35..3f6b440 100644
--- a/src/dev/check.rs
+++ b/src/dev/check.rs
@@ -317,7 +317,7 @@ pub fn check(require_solutions: bool) -> Result<()> {
check_exercises(&info_file, &cmd_runner)?;
check_solutions(require_solutions, &info_file, &cmd_runner)?;
- println!("\nEverything looks fine!");
+ println!("Everything looks fine!");
Ok(())
}