Skip to content

Commit 83455e7

Browse files
committed
replace tabs with spaces in LossyUtilsTests
1 parent c2bf48e commit 83455e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Formats/WebP/LossyUtilsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private static void RunVp8Sse4X4Test()
3838
int actual = LossyUtils.Vp8_Sse4X4(a, b);
3939

4040
Assert.Equal(expected, actual);
41-
}
41+
}
4242

4343
private static void RunMean16x4Test()
4444
{

0 commit comments

Comments
 (0)