Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jul 3, 2024
1 parent fe183ff commit abfb613
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public DB.CurveArray Convert(ICurve target)
foreach (DB.Curve curve in subCurves)
{
curveArray.Append(curve);

}
}
return curveArray;
Expand Down

0 comments on commit abfb613

Please sign in to comment.