chore: cargo fmt

This commit is contained in:
Nova
2025-09-04 15:37:12 -07:00
parent c665f33d25
commit 51b0942c49
4 changed files with 50 additions and 56 deletions

View File

@@ -227,7 +227,7 @@ fn build_line_mesh(
perceptual_roughness: 1.0,
// TODO: this should be Blend
alpha_mode: AlphaMode::Opaque,
emissive: Color::srgba_u8(128/4, 128/4, 128/4, 255).into(),
emissive: Color::srgba_u8(128 / 4, 128 / 4, 128 / 4, 255).into(),
..default()
},
extension: LineExtension { unused: 0 },