Add missing newline

This commit is contained in:
mo8it 2024-04-12 19:30:36 +02:00
parent ff4c752984
commit 757723a7e8

View file

@ -21,7 +21,7 @@ pub fn run(app_state: &mut AppState) -> Result<()> {
} }
stdout.write_fmt(format_args!( stdout.write_fmt(format_args!(
"{}{}", "{}{}\n",
"✓ Successfully ran ".green(), "✓ Successfully ran ".green(),
exercise.path.to_string_lossy().green(), exercise.path.to_string_lossy().green(),
))?; ))?;