Skip to content

Commit a197f22

Browse files
Update WebpVp8X.cs
1 parent 58e8efa commit a197f22

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
@@ -68,7 +68,7 @@ public bool Equals(WebpVp8X other)
6868
&& this.Width == other.Width
6969
&& this.Height == other.Height;
7070

71-
public override int GetHashCode()
71+
public override int GetHashCode()
7272
=> HashCode.Combine(this.HasAnimation, this.HasXmp, this.HasExif, this.HasAlpha, this.HasIcc, this.Width, this.Height);
7373

7474
public void Validate(uint maxDimension, ulong maxCanvasPixels)

0 commit comments

Comments
 (0)