Skip to content

Commit 370fe52

Browse files
committed
format
1 parent cc2e23a commit 370fe52

File tree

1 file changed

+1
-1
lines changed
  • crates/languages/bevy_mod_scripting_rhai/src

1 file changed

+1
-1
lines changed

crates/languages/bevy_mod_scripting_rhai/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ fn load_rhai_content_into_context(
192192
runtime: &RhaiRuntime,
193193
) -> Result<(), ScriptError> {
194194
let runtime = runtime.read();
195-
195+
196196
context.ast = runtime.compile(std::str::from_utf8(content)?)?;
197197
context.ast.set_source(script.to_string());
198198

0 commit comments

Comments
 (0)