Skip to content

Commit

Permalink
Update Algorithms.Tests/Other/KochSnowflakeTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
siriak authored Jul 13, 2024
1 parent 0de2915 commit 1871cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Algorithms.Tests/Other/KochSnowflakeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public static void TestKochSnowflakeExample()
var bitmapWidth = 600;
var offsetX = bitmapWidth / 10f;
var offsetY = bitmapWidth / 3.7f;

SKBitmap bitmap = KochSnowflake.GetKochSnowflake();
bitmap.GetPixel(0, 0)
.Should()
Expand Down

0 comments on commit 1871cea

Please sign in to comment.