Autoformat

This commit is contained in:
2025-08-20 14:12:02 -05:00
parent e85114c4c8
commit 325e515a7b

View File

@@ -22,9 +22,7 @@ fn setup(
) { ) {
commands.spawn(( commands.spawn((
ScannerWidget::default(), ScannerWidget::default(),
Mesh2d(meshes Mesh2d(meshes.add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS))),
.add(Annulus::new(SCANRADIUS - 1.0, SCANRADIUS))
),
MeshMaterial2d(materials.add(Color::srgb(0.0, 0.0, 0.0))), MeshMaterial2d(materials.add(Color::srgb(0.0, 0.0, 0.0))),
)); ));
} }