Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d933d3e

Browse filesBrowse files
authored
chore: formatting
1 parent e9e6c3a commit d933d3e
Copy full SHA for d933d3e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • crates/bevy_mod_scripting_core/src
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎crates/bevy_mod_scripting_core/src/lib.rs

Copy file name to clipboardExpand all lines: crates/bevy_mod_scripting_core/src/lib.rs
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.