Skip to content

Commit aaeae24

Browse files
authored
Undo dummy change
1 parent eb1c871 commit aaeae24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ImageSharp.Tests/TestFormat.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ 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) => this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken);
232+
protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken)
233+
=> this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken);
233234
}
234235

235236
public class TestDecoderOptions : ISpecializedDecoderOptions

0 commit comments

Comments
 (0)