Skip to content

Commit 06312cb

Browse files
authored
Update TestFormat.cs
1 parent 6ae0e44 commit 06312cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ImageSharp.Tests/TestFormat.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ protected override Image<TPixel> Decode<TPixel>(TestDecoderOptions options, Stre
229229
return this.testFormat.Sample<TPixel>();
230230
}
231231

232-
protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken)
233-
=> this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken);
232+
protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken) => this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken);
234233
}
235234

236235
public class TestDecoderOptions : ISpecializedDecoderOptions

0 commit comments

Comments
 (0)