Merge pull request #1907 from honeywest/feat/ui-format

feat: ui format
pull/1922/head
Mo 2 months ago committed by GitHub
commit 8e87c35c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);

Loading…
Cancel
Save