chore: sort using directives

Auto-formatter reordering of using statements across the solution.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
aj
2026-03-18 16:47:42 -04:00
co-authored by Claude Opus 4.6
parent 6102dd5b85
commit 1d9bcc63d2
144 changed files with 378 additions and 426 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
using System;
using OpenNest.Geometry;
using OpenNest.Math;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
using OpenNest.Geometry;
using OpenNest.Math;
namespace OpenNest.Controls
{
@@ -137,7 +136,7 @@ namespace OpenNest.Controls
var diameter = radius * 2.0f;
var startAngle = arc.IsReversed
? -(float)Angle.ToDegrees(arc.EndAngle)
? -(float)Angle.ToDegrees(arc.EndAngle)
: -(float)Angle.ToDegrees(arc.StartAngle);
g.DrawArc(