Skip to content

Commit bb92904

Browse files
committed
Fix warning
1 parent f2a0054 commit bb92904

File tree

1 file changed

+1
-0
lines changed
  • src/ImageSharp.Textures/PixelFormats

1 file changed

+1
-0
lines changed

src/ImageSharp.Textures/PixelFormats/Ayuv.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public override readonly string ToString()
5656
/// <inheritdoc/>
5757
public void FromBgra32(Bgra32 source) => throw new NotImplementedException();
5858

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

6162
/// <inheritdoc/>

0 commit comments

Comments
 (0)