chore: cargo fmt

This commit is contained in:
Valentin Weber 2025-07-19 17:00:15 +02:00
parent cb6016bdc0
commit 7157ebec9e
No known key found for this signature in database
GPG key ID: 44797000F143F522

View file

@ -12,16 +12,13 @@ use embedded_graphics::{
mono_font::{iso_8859_1::FONT_6X9, MonoTextStyle}, mono_font::{iso_8859_1::FONT_6X9, MonoTextStyle},
pixelcolor::BinaryColor, pixelcolor::BinaryColor,
text::Text, text::Text,
Drawable, Drawable, Pixel,
Pixel, };
use image::{
codecs::gif::GifDecoder, imageops::FilterType, AnimationDecoder, ImageReader,
Pixel as ImagePixel,
}; };
use serde::Deserialize; use serde::Deserialize;
use image::{
AnimationDecoder,
codecs::gif::GifDecoder,
imageops::FilterType,
ImageReader, Pixel as ImagePixel,
};
use badgemagic::{ use badgemagic::{
ble::Device as BleDevice, ble::Device as BleDevice,