From 325e515a7b1d5620f3e9022fb8a890b08762d5e9 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Wed, 20 Aug 2025 14:12:02 -0500 Subject: [PATCH] Autoformat --- src/debug_plugin.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/debug_plugin.rs b/src/debug_plugin.rs index fd119f3e..123c8be9 100644 --- a/src/debug_plugin.rs +++ b/src/debug_plugin.rs @@ -22,9 +22,7 @@ fn setup( ) { commands.spawn(( ScannerWidget::default(), - Mesh2d(meshes - .add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS)) - ), + Mesh2d(meshes.add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS))), MeshMaterial2d(materials.add(Color::srgb(0.0, 0.0, 0.0))), )); }