Skip to content

Commit 28f40e9

Browse files
committed
fmt
Signed-off-by: Jessie Frazelle <github@jessfraz.com>
1 parent f53042b commit 28f40e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modeling-cmds/src/shared.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ pub enum ExtrudeMethod {
766766
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
767767
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
768768
pub enum ExtrudeReference {
769-
/// Extrudes along the normal of the top face until it is as close to the entity as possible.
769+
/// Extrudes along the normal of the top face until it is as close to the entity as possible.
770770
/// An entity can be a solid, a path, a face, etc.
771771
EntityReference {
772772
/// The UUID of the entity to extrude to.
@@ -785,7 +785,7 @@ pub enum ExtrudeReference {
785785
Point {
786786
/// The point to extrude to.
787787
point: Point3d<LengthUnit>,
788-
}
788+
},
789789
}
790790

791791
/// IDs for the extruded faces.

0 commit comments

Comments
 (0)