Browse Source

Fix warning

pull/1390/head
James Jackson-South 6 years ago
parent
commit
9625a3dcae
  1. 3
      tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Progressive.cs

3
tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Progressive.cs

@ -54,8 +54,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
RemoteExecutor.Invoke( RemoteExecutor.Invoke(
RunTest, RunTest,
providerDump, providerDump,
"Disco") "Disco").Dispose();
.Dispose();
} }
} }
} }

Loading…
Cancel
Save