Skip to content

Commit 9625a3d

Browse files
Fix warning
1 parent e5deb15 commit 9625a3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ static void RunTest(string providerDump, string nonContiguousBuffersStr)
5454
RemoteExecutor.Invoke(
5555
RunTest,
5656
providerDump,
57-
"Disco")
58-
.Dispose();
57+
"Disco").Dispose();
5958
}
6059
}
6160
}

0 commit comments

Comments
 (0)