summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/run.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.rs b/src/run.rs
index ebe4f96..4748549 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -21,7 +21,7 @@ pub fn run(app_state: &mut AppState) -> Result<()> {
}
stdout.write_fmt(format_args!(
- "{}{}",
+ "{}{}\n",
"✓ Successfully ran ".green(),
exercise.path.to_string_lossy().green(),
))?;