Skip to content

Commit

Permalink
Remove empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Aug 6, 2020
1 parent 33aa644 commit 0c524d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ImageSharp/PixelFormats/PixelImplementations/Rgb24.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public void FromLa32(La32 source)
public void FromRgba32(Rgba32 source)
{
#if NETSTANDARD2_0

// See https://github.com/SixLabors/ImageSharp/issues/1275
this.R = source.R;
this.G = source.G;
Expand Down

0 comments on commit 0c524d6

Please sign in to comment.