Skip to content

Commit 15c4c6c

Browse files
committed
Apply rustfmt
1 parent a4bae35 commit 15c4c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geometry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Types for defining and using geometries.
22
3-
use bevy::{transform::components::Transform};
3+
use bevy::transform::components::Transform;
44
use lyon_tessellation::path::{path::Builder, Path};
55

66
use crate::{entity::ShapeBundle, prelude::ShapeColors, utils::DrawMode};

0 commit comments

Comments
 (0)