mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-24 08:42:26 +02:00
verify: fix success message spacing
Signed-off-by: Dan Bond <danbond@protonmail.com>
This commit is contained in:
parent
f2833c5279
commit
eb952a480d
@ -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 New Issue
Block a user