From 89e3898e9700a89bdbc17ffc3ab7db69520c1349 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 8 Feb 2020 22:15:18 +1100 Subject: [PATCH] Update PixelateProcessor{TPixel}.cs --- .../Processing/Processors/Effects/PixelateProcessor{TPixel}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Processing/Processors/Effects/PixelateProcessor{TPixel}.cs b/src/ImageSharp/Processing/Processors/Effects/PixelateProcessor{TPixel}.cs index 506cea8da..e541b0d68 100644 --- a/src/ImageSharp/Processing/Processors/Effects/PixelateProcessor{TPixel}.cs +++ b/src/ImageSharp/Processing/Processors/Effects/PixelateProcessor{TPixel}.cs @@ -54,7 +54,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Effects new RowAction(interest, size, source).Invoke); } - private readonly struct RowAction : IRowAction + private readonly struct RowAction { private readonly int minX; private readonly int maxX;