Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Irev-Dev committed Sep 19, 2024
1 parent 105a4e2 commit 0b4ce5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wasm-lib/kcl/src/std/shapes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ use derive_docs::stdlib;
use kcmc::each_cmd as mcmd;
use kcmc::length_unit::LengthUnit;
use kcmc::shared::Angle;
use kcmc::shared::Point2d as KPoint2d;
use kcmc::ModelingCmd;
use kittycad_modeling_cmds as kcmc;
use kittycad_modeling_cmds::shared::PathSegment;
use kcmc::shared::Point2d as KPoint2d;
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

Expand Down Expand Up @@ -113,7 +113,6 @@ async fn inner_circle(
start: angle_start,
end: angle_end,
center: KPoint2d::from(data.center).map(LengthUnit),
// center: data.center.into(),
radius: data.radius.into(),
relative: false,
},
Expand Down

0 comments on commit 0b4ce5c

Please sign in to comment.