Skip to content

Commit edeab60

Browse files
committed
fmt
1 parent 1f628b8 commit edeab60

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

crates/bevy_mod_scripting_core/src/asset.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ impl Default for ScriptAssetSettings {
148148
("rhai", Language::Rhai),
149149
("rn", Language::Rune),
150150
]),
151-
supported_extensions: &[
152-
"lua", "luau", "rhai", "rn",
153-
],
151+
supported_extensions: &["lua", "luau", "rhai", "rn"],
154152
}
155153
}
156154
}

0 commit comments

Comments
 (0)