mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
verify: fix success message spacing
Signed-off-by: Dan Bond <danbond@protonmail.com>
This commit is contained in:
parent
f2833c5279
commit
eb952a480d
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ fn prompt_for_completion(
|
|||
if no_emoji {
|
||||
println!("~*~ {success_msg} ~*~")
|
||||
} else {
|
||||
println!("🎉 🎉 {success_msg} 🎉 🎉")
|
||||
println!("🎉 🎉 {success_msg} 🎉 🎉")
|
||||
}
|
||||
println!();
|
||||
|
||||
|
|
Loading…
Reference in a new issue