From 01828a0e5b2ff7254605985b2f1c8ee548ab9caa Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sun, 23 Feb 2025 12:21:59 +0100 Subject: [PATCH] chore: fmt --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 089da3b..0c4815d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -168,14 +168,13 @@ fn generate_payload(args: &mut Args) -> Result { match message.content { Content::Text { text } => { - #[cfg(not(any(feature = "u8g2-fonts")))] let text = Text::new( &text, Point::new(0, 8), U8g2TextStyle::new(u8g2_font_lucasfont_alternate_tf, BinaryColor::On), ); - + #[cfg(feature = "u8g2-fonts")] let text = Text::new( &text,