Skip to content

Commit 897497b

Browse files
committed
formatting
1 parent 0b79a0a commit 897497b

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_script_api/src/common/bevy

1 file changed

+1
-1
lines changed

crates/bevy_script_api/src/common/bevy/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use bevy::{
44
ecs::{
55
component::ComponentId,
66
query::QueryBuilder,
7-
world::{EntityRef, World, Command},
7+
world::{Command, EntityRef, World},
88
},
99
prelude::{
1010
AppTypeRegistry, BuildWorldChildren, Children, DespawnChildrenRecursive, DespawnRecursive,

0 commit comments

Comments
 (0)