We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458aa53 commit 16608b4Copy full SHA for 16608b4
tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs
@@ -49,7 +49,6 @@ public void HorizontalReturnsUnicolorColumns<TPixel>(
49
{
50
using (var image = provider.GetImage())
51
52
- int lastColumnIndex = image.Width - 1;
53
TPixel red = NamedColors<TPixel>.Red;
54
TPixel yellow = NamedColors<TPixel>.Yellow;
55
0 commit comments