Skip to content

Commit d59839e

Browse files
committed
style: Reformat.
1 parent 7cda178 commit d59839e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bevy_mod_scripting_core/src/commands.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
context::ContextBuilder,
77
error::{InteropError, ScriptError},
88
event::{
9-
CallbackLabel, IntoCallbackLabel, OnScriptLoaded, OnScriptUnloaded, OnScriptReloaded,
9+
CallbackLabel, IntoCallbackLabel, OnScriptLoaded, OnScriptReloaded, OnScriptUnloaded,
1010
ScriptCallbackResponseEvent,
1111
},
1212
extractors::{with_handler_system_state, HandlerContext},
@@ -273,10 +273,10 @@ impl<P: IntoScriptPluginParams> Command for CreateOrUpdateScript<P> {
273273
OnScriptReloaded::into_callback_label(),
274274
vec![ScriptValue::Bool(false), state],
275275
false,
276-
).apply(world);
276+
)
277+
.apply(world);
277278
}
278279
}
279-
280280
}
281281
}
282282

0 commit comments

Comments
 (0)