Autoformat before physics feature
All checks were successful
Basic checks / Basic build-and-test supertask (push) Successful in 6m47s

This commit is contained in:
2025-08-06 12:32:42 -05:00
parent 07105760f5
commit 96e9376330
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use bevy::{prelude::*, window::WindowResolution};
use asteroids::{config::WINDOW_SIZE, AsteroidPlugin};
use asteroids::{AsteroidPlugin, config::WINDOW_SIZE};
use bevy_inspector_egui::{bevy_egui::EguiPlugin, quick::WorldInspectorPlugin};
fn main() {