fix(ci): Fix formatting and update Cargo.lock

- Remove extra blank line in animation.rs
- Update Cargo.lock to match dependencies

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mihai2mn
2026-01-24 18:12:40 +01:00
parent 8d6a668f9e
commit 3437bc0eff
2 changed files with 67 additions and 95 deletions

View File

@@ -50,7 +50,6 @@ pub enum AnimationMode {
},
}
impl AnimationMode {
/// Returns true if this is an active animation mode
pub fn is_active(&self) -> bool {