bevy/examples/tools/scene_viewer
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
..
animation_plugin.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
main.rs Don't restrict the scene viewer to loading assets from approved paths. (#18828) 2025-04-14 20:19:37 +00:00
morph_viewer_plugin.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
scene_viewer_plugin.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00