From b5d15187ddd7a9ecc4eba56825857d47a0e4d567 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 23 Jun 2025 13:37:05 +0200 Subject: [PATCH] fmt --- src/animation.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/animation.rs b/src/animation.rs index 03af582..138fecb 100644 --- a/src/animation.rs +++ b/src/animation.rs @@ -1,6 +1,4 @@ -use crate::{ - GameState, character::CharacterAnimations, -}; +use crate::{GameState, character::CharacterAnimations}; use bevy::{animation::RepeatAnimation, ecs::query::QueryData, prelude::*}; use std::time::Duration;