bevy/crates/bevy_reflect/src/impls
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
..
alloc bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
bevy_platform bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
core Register ReflectSerialize for &'static str (#19680) 2025-06-16 22:09:15 +00:00
macros bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
std bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
foldhash.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
glam.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00
hashbrown.rs bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
petgraph.rs Add PartialEq and Hash reflections for AnimationNodeIndex (#18718) 2025-04-04 16:35:12 +00:00
smallvec.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
smol_str.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00
uuid.rs Add NonNilUuid support to bevy_reflect (#18604) 2025-05-04 08:22:57 +00:00
wgpu_types.rs bevy_reflect: Reflection-based cloning (#13432) 2025-03-11 06:02:59 +00:00