Skip to content

Commit 987a148

Browse files
committed
cargo fmt
1 parent 33d834a commit 987a148

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/plugin/systems.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,7 @@ pub fn writeback_rigid_bodies(
542542
return;
543543
}
544544

545-
for (handle, rb) in context
546-
.bodies
547-
.iter()
548-
.filter(|(_, body)| body.is_enabled())
549-
{
545+
for (handle, rb) in context.bodies.iter().filter(|(_, body)| body.is_enabled()) {
550546
let Some(entity) = context.rigid_body_entity(handle) else {
551547
continue;
552548
};

0 commit comments

Comments
 (0)