bevy/crates/bevy_ecs/src/schedule
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
..
executor ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
graph Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
auto_insert_apply_deferred.rs Stop storing access for all systems (#19477) 2025-06-13 17:56:09 +00:00
condition.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
config.rs Implement SystemCondition for systems returning Result<bool, BevyError> and Result<(), BevyError> (#19553) 2025-06-10 00:04:10 +00:00
mod.rs Fix issue 19734: add dependency on bevy_utils for the bevy_ecs test. (#19738) 2025-06-21 15:05:04 +00:00
pass.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
schedule.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
set.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
stepping.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00