Skip to content

Commit 8e87c35

Browse files
authored
Merge pull request #1907 from honeywest/feat/ui-format
feat: ui format
2 parents 45a1a74 + e276c12 commit 8e87c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
macro_rules! print_emoji {
2-
($emoji:expr, $sign:expr, $color: ident ,$fmt:literal, $ex:expr) => {{
2+
($emoji:expr, $sign:expr, $color: ident, $fmt:literal, $ex:expr) => {{
33
use console::{style, Emoji};
44
use std::env;
55
let formatstr = format!($fmt, $ex);

0 commit comments

Comments
 (0)