Skip to content

Commit 481a3d6

Browse files
committed
fmt
1 parent 132ff63 commit 481a3d6

File tree

1 file changed

+2
-1
lines changed
  • crates/bevy_mod_scripting_core/src/bindings

1 file changed

+2
-1
lines changed

crates/bevy_mod_scripting_core/src/bindings/world.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ impl<'w> WorldAccessGuard<'w> {
322322
}
323323

324324
/// Safey modify or insert a component by claiming and releasing global access.
325-
pub fn with_or_insert_component_mut<F, T, O>(&self,
325+
pub fn with_or_insert_component_mut<F, T, O>(
326+
&self,
326327
entity: Entity,
327328
f: F,
328329
) -> Result<O, InteropError>

0 commit comments

Comments
 (0)