chore: cargo fmt

This commit is contained in:
Valentin Weber 2025-07-19 16:32:37 +02:00
parent 32abfae4f3
commit be57449df2
No known key found for this signature in database
GPG key ID: 44797000F143F522

View file

@ -11,8 +11,7 @@ use embedded_graphics::{
image::{Image, ImageRawLE}, image::{Image, ImageRawLE},
pixelcolor::BinaryColor, pixelcolor::BinaryColor,
text::Text, text::Text,
Drawable, Drawable, Pixel,
Pixel,
}; };
use serde::Deserialize; use serde::Deserialize;
use u8g2_fonts::{fonts::u8g2_font_lucasfont_alternate_tf, U8g2TextStyle}; use u8g2_fonts::{fonts::u8g2_font_lucasfont_alternate_tf, U8g2TextStyle};