From be57449df2e52201970507e2431a7f90e612aef9 Mon Sep 17 00:00:00 2001 From: Valentin Weber Date: Sat, 19 Jul 2025 16:32:37 +0200 Subject: [PATCH] chore: cargo fmt --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 201e2b6..39f2e46 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,8 +11,7 @@ use embedded_graphics::{ image::{Image, ImageRawLE}, pixelcolor::BinaryColor, text::Text, - Drawable, - Pixel, + Drawable, Pixel, }; use serde::Deserialize; use u8g2_fonts::{fonts::u8g2_font_lucasfont_alternate_tf, U8g2TextStyle};