bevy/crates/bevy_math/src/primitives
theotherphil 7645ce91ed
Add newlines before impl blocks (#19746)
# Objective

Fix https://github.com/bevyengine/bevy/issues/19617 

# Solution

Add newlines before all impl blocks.

I suspect that at least some of these will be objectionable! If there's
a desired Bevy style for this then I'll update the PR. If not then we
can just close it - it's the work of a single find and replace.
2025-06-22 23:07:02 +00:00
..
dim2.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
dim3.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
mod.rs Polygon simplicity (#15981) 2024-12-10 02:02:12 +00:00
polygon.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
serde.rs More uninlined_format_args fixes (#19396) 2025-05-28 02:35:18 +00:00