Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Maskery committed Dec 24, 2024
1 parent 20517f7 commit 5abd430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_ecs/src/query/iter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use super::{QueryData, QueryFilter, ReadOnlyQueryData, StorageIds};
#[cfg(all(not(target_arch = "wasm32"), feature = "multi_threaded"))]
use crate::query::StorageId;
use crate::{
archetype::{Archetype, ArchetypeEntity, ArchetypeId, Archetypes},
bundle::Bundle,
Expand All @@ -11,8 +13,6 @@ use crate::{
FilteredEntityMut, FilteredEntityRef,
},
};
#[cfg(all(not(target_arch = "wasm32"), feature = "multi_threaded"))]
use crate::query::StorageId;
use alloc::vec::Vec;
use core::{
cmp::Ordering,
Expand Down

0 comments on commit 5abd430

Please sign in to comment.