diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 15:08:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 15:08:28 +0100 |
| commit | 8e87c35c884cb05264c0849e798ed222857030e9 (patch) | |
| tree | 11013c57b319db1c9d4f057f3f1a9a1e6f3d5175 /src/ui.rs | |
| parent | 45a1a74559104182a825c18533d8c6f51dffd80b (diff) | |
| parent | e276c1219279e14b267a36e99fb3908427bc67ff (diff) | |
Merge pull request #1907 from honeywest/feat/ui-format
feat: ui format
Diffstat (limited to 'src/ui.rs')
| -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); |
