Skip to content

Commit 54e87ab

Browse files
committed
Remove a comment
1 parent dbd1783 commit 54e87ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Icon/IconImageFormatDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public bool TryDetectFormat(ReadOnlySpan<byte> header, [NotNullWhen(true)] out I
3838
IconDir dir = IconDir.Parse(header);
3939
if (dir is not { Reserved: 0 } // Should be 0.
4040
or not { Type: IconFileType.ICO or IconFileType.CUR } // Unknown Type.
41-
or { Count: 0 }) // Should not be 0.
41+
or { Count: 0 })
4242
{
4343
return null;
4444
}

0 commit comments

Comments
 (0)