summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhoneywest <honeywest@foxmail.com>2024-03-21 15:18:50 +0800
committerhoneywest <honeywest@foxmail.com>2024-03-21 15:18:50 +0800
commite276c1219279e14b267a36e99fb3908427bc67ff (patch)
tree72d139cc9f174044626261498e2e092bc331c3e0
parent9c6f56b836e91da9071830d4dd4a64417fdced9d (diff)
feat: ui format
-rw-r--r--src/ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.rs b/src/ui.rs
index 74835e1..d8177b9 100644
--- a/src/ui.rs
+++ b/src/ui.rs
@@ -1,5 +1,5 @@
macro_rules! print_emoji {
- ($emoji:expr, $sign:expr, $color: ident ,$fmt:literal, $ex:expr) => {{
+ ($emoji:expr, $sign:expr, $color: ident, $fmt:literal, $ex:expr) => {{
use console::{style, Emoji};
use std::env;
let formatstr = format!($fmt, $ex);