Skip to content

Commit 6733e8d

Browse files
Update WebpVp8X.cs
1 parent 2067026 commit 6733e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Webp/Chunks/WebpVp8X.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public bool Equals(WebpVp8X other)
6666
&& this.Width == other.Width
6767
&& this.Height == other.Height;
6868

69-
public override int GetHashCode()
69+
public override int GetHashCode()
7070
=> HashCode.Combine(this.HasAnimation, this.HasXmp, this.HasExif, this.HasAlpha, this.HasIcc, this.Width, this.Height);
7171

7272
public void Validate(uint maxDimension, ulong maxCanvasPixels)

0 commit comments

Comments
 (0)