Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Jul 8, 2024
1 parent f4ff269 commit 34890b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,12 @@ impl Lens<Sprite> for SpriteColorLens {

#[cfg(test)]
mod tests {
use bevy::{
color::palettes::css::{BLUE, RED},
ecs::component::Tick,
};
use bevy::ecs::component::Tick;
use std::f32::consts::TAU;

#[cfg(any(feature = "bevy_sprite", feature = "bevy_text"))]
use bevy::color::palettes::css::{BLUE, RED};

use super::*;

use crate::tweenable::ComponentTarget;
Expand Down

0 comments on commit 34890b3

Please sign in to comment.