Skip to content

Commit eb952a4

Browse files
committed
verify: fix success message spacing
Signed-off-by: Dan Bond <danbond@protonmail.com>
1 parent f2833c5 commit eb952a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verify.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ fn prompt_for_completion(
195195
if no_emoji {
196196
println!("~*~ {success_msg} ~*~")
197197
} else {
198-
println!("🎉 🎉 {success_msg} 🎉 🎉")
198+
println!("🎉 🎉 {success_msg} 🎉 🎉")
199199
}
200200
println!();
201201

0 commit comments

Comments
 (0)