bevy/crates/bevy_reflect/src/func
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
..
args deny(missing_docs) for bevy_reflect (#19481) 2025-06-16 21:26:24 +00:00
dynamic_function_internal.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
dynamic_function_mut.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
dynamic_function.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
error.rs deny(missing_docs) for bevy_reflect (#19481) 2025-06-16 21:26:24 +00:00
function.rs Deprecated Begone! 0.16 Cleanup (#19108) 2025-05-07 18:17:41 +00:00
info.rs deny(missing_docs) for bevy_reflect (#19481) 2025-06-16 21:26:24 +00:00
into_function_mut.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
into_function.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
macros.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
mod.rs deny(missing_docs) for bevy_reflect (#19481) 2025-06-16 21:26:24 +00:00
reflect_fn_mut.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
reflect_fn.rs Rename ArgList::push methods to with and add new push methods which take &mut self (#16567) 2025-01-28 05:06:50 +00:00
registry.rs deny(missing_docs) for bevy_reflect (#19481) 2025-06-16 21:26:24 +00:00
return_type.rs bevy_reflect: Split up the std module (#18939) 2025-05-26 19:10:47 +00:00
signature.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00