Skip to content

Commit

Permalink
remove errant ;
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Dec 12, 2024
1 parent 2dfa3be commit 70c0f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consolonia.Core/Drawing/DrawingContextImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ private void DrawEdgeLine(Line line, RectangleLinePosition linePosition, LineSty
break;
default:
throw new NotImplementedException("This shouldn't happen");
};
}

Point head = line.PStart;

Expand Down

0 comments on commit 70c0f3c

Please sign in to comment.