Skip to content

Commit 65c22b8

Browse files
committed
formatting-fix
1 parent d2e71a2 commit 65c22b8

File tree

1 file changed

+2
-2
lines changed
  • editor/src/messages/tool/common_functionality/shapes

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
pub mod polygon_shape;
21
pub mod ellipse_shape;
32
pub mod line_shape;
3+
pub mod polygon_shape;
44
pub mod rectangle_shape;
55
pub mod shape_utility;
66
pub mod star_shape;
77

88
pub use super::shapes::ellipse_shape::Ellipse;
9-
pub use super::shapes::line_shape::{ Line, LineEnd };
9+
pub use super::shapes::line_shape::{Line, LineEnd};
1010
pub use super::shapes::rectangle_shape::Rectangle;
1111
pub use crate::messages::tool::tool_messages::shape_tool::ShapeToolData;
1212
use glam::DVec2;

0 commit comments

Comments
 (0)