Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpopow committed Jan 15, 2023
1 parent f2a0054 commit bb92904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ImageSharp.Textures/PixelFormats/Ayuv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public override readonly string ToString()
/// <inheritdoc/>
public void FromBgra32(Bgra32 source) => throw new NotImplementedException();

/// <inheritdoc/>
public void FromAbgr32(Abgr32 source) => throw new NotImplementedException();

/// <inheritdoc/>
Expand Down

0 comments on commit bb92904

Please sign in to comment.