Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Jul 8, 2024
1 parent 36ce111 commit 2094c00
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/test_utils.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
use std::ops::Sub;

use bevy::prelude::{Quat, Vec2, Vec3, Vec4};
#[cfg(feature = "gpu_tests")]
use bevy::render::renderer::{RenderDevice, RenderQueue};
use bevy::{
prelude::{Quat, Vec2, Vec3, Vec4},
render::renderer::WgpuWrapper,
};
use bevy::render::renderer::{RenderDevice, RenderQueue, WgpuWrapper};

/// Utility trait to compare floating-point values with a tolerance.
pub(crate) trait AbsDiffEq {
Expand Down

0 comments on commit 2094c00

Please sign in to comment.