Skip to content

Commit 11a3ca7

Browse files
committed
formatting
1 parent f3bf55e commit 11a3ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/world/entity_ref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use crate::{
77
TickCells,
88
},
99
entity::{Entities, Entity, EntityLocation},
10-
storage::{Column, ComponentSparseSet, Storages},
1110
removal_detection::RemovedComponentEvents,
11+
storage::{Column, ComponentSparseSet, Storages},
1212
world::{Mut, World},
1313
};
1414
use bevy_ptr::{OwningPtr, Ptr};

0 commit comments

Comments
 (0)