Skip to content

Commit e3a899c

Browse files
committed
fix: format the PR
1 parent 1e2f2d5 commit e3a899c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/bevy_mod_scripting_core/src/handler.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ pub(crate) fn event_handler_internal<L: IntoCallbackLabel, P: IntoScriptPluginPa
130130
continue
131131
}
132132
crate::event::Recipients::Language(target_language)
133-
if *target_language != P::LANGUAGE =>
134-
{
135-
continue
136-
}
133+
if *target_language != P::LANGUAGE =>
134+
{
135+
continue
136+
}
137137
_ => (),
138138
}
139139
let script = match res_ctxt.scripts.scripts.get(script_id) {

0 commit comments

Comments
 (0)