Skip to content

Commit 3c96f44

Browse files
committed
remove trailing whitespace
1 parent 8190504 commit 3c96f44

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_functions/src/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pub fn register_reflect_reference_functions(
240240
.register("pop", |w: WorldCallbackAccess, s: ReflectReference| {
241241
let world = w.try_read().expect("stale world");
242242
let o = s.with_reflect_mut(world.clone(), |s| s.try_pop_boxed())??;
243-
let reference = {
243+
let reference = {
244244
let allocator = world.allocator();
245245
let mut allocator = allocator.write();
246246
ReflectReference::new_allocated_boxed(o, &mut allocator)

0 commit comments

Comments
 (0)