Browse Source

replace tabs with spaces in LossyUtilsTests

pull/1840/head
Anton Firszov 5 years ago
parent
commit
83455e7e0a
  1. 2
      tests/ImageSharp.Tests/Formats/WebP/LossyUtilsTests.cs

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

@ -38,7 +38,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.WebP
int actual = LossyUtils.Vp8_Sse4X4(a, b);
Assert.Equal(expected, actual);
}
}
private static void RunMean16x4Test()
{

Loading…
Cancel
Save