mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 01:33:30 +02:00
Add missing newline
This commit is contained in:
+1
-1
@@ -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(),
|
||||||
))?;
|
))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user