Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Feb 22, 2024
1 parent f36cf4e commit 1121c3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion tools/compare_aabb_obb.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use bevy::{
prelude::*,
app::AppExit,
core::Name,
core_pipeline::tonemapping::Tonemapping,
};
use bevy_args::{
Expand Down
5 changes: 1 addition & 4 deletions viewer/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ use std::path::PathBuf;
use bevy::{
prelude::*,
app::AppExit,
core::{
Name,
FrameCount,
},
core::FrameCount,
core_pipeline::tonemapping::Tonemapping,
diagnostic::{
DiagnosticsStore,
Expand Down

0 comments on commit 1121c3b

Please sign in to comment.