Skip to content

Commit f9d0562

Browse files
committed
formatting
1 parent 664de6b commit f9d0562

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/bevy_mod_scripting_core/src/bindings/schedule.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,11 @@ impl WorldAccessGuard<'_> {
478478
}
479479

480480
#[cfg(test)]
481-
#[allow(dead_code, unused_imports, reason = "tests are there but not working currently")]
481+
#[allow(
482+
dead_code,
483+
unused_imports,
484+
reason = "tests are there but not working currently"
485+
)]
482486
mod tests {
483487

484488
use bevy::{

0 commit comments

Comments
 (0)