mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Add missing newline
This commit is contained in:
parent
ff4c752984
commit
757723a7e8
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||||
))?;
|
))?;
|
||||||
|
|
Loading…
Reference in a new issue