Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhellermann committed Mar 28, 2024
1 parent f29b0fa commit 5596f18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/bevy-inspector-egui/src/bevy_inspector/hierarchy.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use std::collections::HashSet;

use bevy_ecs::{
prelude::*,
query::{QueryFilter},
};
use bevy_ecs::{prelude::*, query::QueryFilter};
use bevy_hierarchy::{Children, Parent};
use bevy_reflect::TypeRegistry;
use egui::{CollapsingHeader, RichText};
Expand Down

0 comments on commit 5596f18

Please # to comment.