chore: cargo fmt

This commit is contained in:
Denis Benato
2025-10-08 01:01:43 +02:00
parent 1ab1adf937
commit b2e7211bbe
6 changed files with 158 additions and 216 deletions

View File

@@ -21,14 +21,11 @@ fn main() {
let brightness = args[2].parse::<f32>().unwrap();
let anime_type = get_anime_type();
let mut seq = Sequences::new(anime_type);
seq.insert(
0,
&ActionLoader::AsusAnimation {
file: path.into(),
time: rog_anime::AnimTime::Infinite,
brightness,
},
)
seq.insert(0, &ActionLoader::AsusAnimation {
file: path.into(),
time: rog_anime::AnimTime::Infinite,
brightness,
})
.unwrap();
loop {