Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
IQuick143 committed May 27, 2024
1 parent d1cc6d3 commit f489a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/math/sampling_primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ fn despawn_points(
.insert(DespawningPoint { progress: 0.0 })
.remove::<SpawningPoint>()
.remove::<SamplePoint>();
})
})
.count();
}

Expand Down

0 comments on commit f489a62

Please sign in to comment.