format: run rustfmt

This commit is contained in:
grig-iv 2024-02-13 00:40:15 +03:00
parent a92787564b
commit bd9ccd30e1

View file

@ -1,7 +1,11 @@
use serde::{Deserialize, Deserializer};
use super::Style;
use crate::{theme::{Color, StyleShadow}, Pattern, preset::Preset};
use crate::{
preset::Preset,
theme::{Color, StyleShadow},
Pattern,
};
pub struct Icon {
pub name: Pattern,