From 0c524d6a084b6be6e884c0c11a9268c574f7ea86 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 6 Aug 2020 21:45:07 +0100 Subject: [PATCH] Remove empty line. --- src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs b/src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs index a3924b97dc..a50c18d42c 100644 --- a/src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs +++ b/src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs @@ -204,7 +204,6 @@ namespace SixLabors.ImageSharp.PixelFormats public void FromRgba32(Rgba32 source) { #if NETSTANDARD2_0 - // See https://github.com/SixLabors/ImageSharp/issues/1275 this.R = source.R; this.G = source.G;