Skip to content

Commit 146cacf

Browse files
committed
Fix formatting
1 parent 5151889 commit 146cacf

File tree

1 file changed

+3
-2
lines changed
  • crates/bevy_ecs/src/entity

1 file changed

+3
-2
lines changed

crates/bevy_ecs/src/entity/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ pub use map_entities::*;
3131
use crate::{archetype::ArchetypeId, storage::SparseSetIndex};
3232
use std::{
3333
cmp::Ordering as CmpOrdering,
34-
hash::{Hash, Hasher},
3534
convert::TryFrom,
36-
fmt, mem,
35+
fmt,
36+
hash::{Hash, Hasher},
37+
mem,
3738
sync::atomic::{AtomicI64, Ordering},
3839
};
3940

0 commit comments

Comments
 (0)