Skip to content

Commit affa876

Browse files
committed
cargo fmt
1 parent a89263b commit affa876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-graph/gcore/src/vector/generator_nodes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::Ctx;
2-
use crate::vector::{HandleId, VectorData, VectorDataTable};
32
use crate::graphene_core::num_traits::FromPrimitive;
3+
use crate::vector::{HandleId, VectorData, VectorDataTable};
44
use bezier_rs::Subpath;
55
use glam::DVec2;
66

@@ -73,7 +73,7 @@ fn rectangle<T: CornerRadius>(
7373
}
7474

7575
#[node_macro::node(category("Vector: Shape"))]
76-
fn regular_polygon<T: AsU64 + std::cmp::PartialOrd + FromPrimitive >(
76+
fn regular_polygon<T: AsU64 + std::cmp::PartialOrd + FromPrimitive>(
7777
_: impl Ctx,
7878
_primary: (),
7979
#[default(6)]

0 commit comments

Comments
 (0)