Skip to content

Commit eca2445

Browse files
committed
trigger ci
1 parent 2507c96 commit eca2445

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_mod_scripting_functions/src

1 file changed

+2
-2
lines changed

crates/bevy_mod_scripting_functions/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![allow(missing_docs)]
22

3-
use ::bevy::prelude::*;
3+
use bevy::prelude::*;
44
pub mod bevy_bindings;
55
pub mod core;
66
pub use core::*;
@@ -14,7 +14,7 @@ impl Plugin for ScriptFunctionsPlugin {
1414
register_bevy_bindings(app);
1515
register_core_functions(app);
1616

17-
// TODO: if bevy ever does this itself we should remove this
17+
// TODO: if bevy ever does this itself we should remove this.
1818
app.world_mut().register_component::<Parent>();
1919
app.world_mut().register_component::<Children>();
2020
}

0 commit comments

Comments
 (0)