Skip to content

Commit 6c430ef

Browse files
committed
Fix stylecop warning
1 parent cc39c50 commit 6c430ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Webp/Lossless/Vp8LEncoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ private void EncodeImage(int width, int height, bool useCache, CrunchConfig conf
698698
}
699699
}
700700

701-
histogramImageSize = maxIndex;
701+
histogramImageSize = maxIndex;
702702

703703
this.bitWriter.PutBits((uint)(this.HistoBits - 2), 3);
704704
this.EncodeImageNoHuffman(

0 commit comments

Comments
 (0)