Skip to content

Commit 0c524d6

Browse files
Remove empty line.
1 parent 33aa644 commit 0c524d6

File tree

1 file changed

+0
-1
lines changed
  • src/ImageSharp/PixelFormats/PixelImplementations

1 file changed

+0
-1
lines changed

src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public void FromLa32(La32 source)
204204
public void FromRgba32(Rgba32 source)
205205
{
206206
#if NETSTANDARD2_0
207-
208207
// See https://github.com/SixLabors/ImageSharp/issues/1275
209208
this.R = source.R;
210209
this.G = source.G;

0 commit comments

Comments
 (0)