summaryrefslogtreecommitdiff
path: root/src/ui.rs
diff options
context:
space:
mode:
authorDan <danbond@protonmail.com>2024-03-29 18:29:38 +0000
committerGitHub <noreply@github.com>2024-03-29 18:29:38 +0000
commit30273a6ee5a8666c236c47340d54dabbab604f9b (patch)
tree2a2d57987fbe6e11ac1cbe08aa5edf32051c7d18 /src/ui.rs
parenteb952a480d2dabcafa8b55e1a89872c9b5e4194b (diff)
parent9691c3cb55484ce9676c85ad4673b38e06100303 (diff)
Merge branch 'main' into main
Diffstat (limited to 'src/ui.rs')
-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);