Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Oct 17, 2024
1 parent fa39723 commit 8896c76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3796,10 +3796,7 @@ impl Node for VfxSimulateNode {
// FIXME - we do an explicit check again here because there was an unwrap()
// which triggered some panic. Because we also check above, this
// means there's likely a race condition hidden somewhere.
if let (
Some(dr_indirect_bind_group),
Some(sim_params_bind_group),
) = (
if let (Some(dr_indirect_bind_group), Some(sim_params_bind_group)) = (
effects_meta.dr_indirect_bind_group.as_ref(),
effects_meta.sim_params_bind_group.as_ref(),
) {
Expand Down

0 comments on commit 8896c76

Please sign in to comment.