diff options
| author | Dan <danbond@protonmail.com> | 2024-03-29 18:29:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-29 18:29:38 +0000 |
| commit | 30273a6ee5a8666c236c47340d54dabbab604f9b (patch) | |
| tree | 2a2d57987fbe6e11ac1cbe08aa5edf32051c7d18 /src/ui.rs | |
| parent | eb952a480d2dabcafa8b55e1a89872c9b5e4194b (diff) | |
| parent | 9691c3cb55484ce9676c85ad4673b38e06100303 (diff) | |
Merge branch 'main' into main
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); |
