From 06312cbcfd98daec6b70b684a26e137440f82d7a Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 25 Apr 2024 21:56:47 +0200 Subject: [PATCH] Update TestFormat.cs --- tests/ImageSharp.Tests/TestFormat.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ImageSharp.Tests/TestFormat.cs b/tests/ImageSharp.Tests/TestFormat.cs index 10211f386..1c7d31b50 100644 --- a/tests/ImageSharp.Tests/TestFormat.cs +++ b/tests/ImageSharp.Tests/TestFormat.cs @@ -229,8 +229,7 @@ public class TestFormat : IImageFormatConfigurationModule, IImageFormat return this.testFormat.Sample(); } - protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken) - => this.Decode(options, stream, cancellationToken); + protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken) => this.Decode(options, stream, cancellationToken); } public class TestDecoderOptions : ISpecializedDecoderOptions