diff options
| author | honeywest <honeywest@foxmail.com> | 2024-03-21 15:18:50 +0800 |
|---|---|---|
| committer | honeywest <honeywest@foxmail.com> | 2024-03-21 15:18:50 +0800 |
| commit | e276c1219279e14b267a36e99fb3908427bc67ff (patch) | |
| tree | 72d139cc9f174044626261498e2e092bc331c3e0 /src | |
| parent | 9c6f56b836e91da9071830d4dd4a64417fdced9d (diff) | |
feat: ui format
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
