Skip to content

Commit d933d3e

Browse files
authored
chore: formatting
1 parent e9e6c3a commit d933d3e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl<P: IntoScriptPluginParams + AsMut<ScriptingPlugin<P>>> ConfigureScriptPlugi
209209
self
210210
}
211211

212-
fn enable_context_sharing(mut self) -> Self{
212+
fn enable_context_sharing(mut self) -> Self {
213213
self.as_mut().context_assigner = ContextAssigner::new_global_context_assigner();
214214
self
215215
}

0 commit comments

Comments
 (0)