Browse Source

Fix warning

pull/1390/head
James Jackson-South 5 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(
RunTest,
providerDump,
"Disco")
.Dispose();
"Disco").Dispose();
}
}
}

Loading…
Cancel
Save