bevy/crates/bevy_asset/src/io
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
..
embedded Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
file ignore files starting with . when loading folders (#11214) 2025-05-05 22:42:01 +00:00
android.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
gated.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
memory.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
mod.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
processor_gated.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
source.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
wasm.rs Fix missing meta files breaking Bevy on itch (#19268) 2025-05-30 20:33:47 +00:00