Skip to content

Commit 0f144c6

Browse files
Fix bad merge
1 parent a1a6e8a commit 0f144c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/ImageSharp.Tests/TestUtilities/ReferenceCodecs/MagickReferenceDecoder.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ public Image<TPixel> Decode<TPixel>(Configuration configuration, Stream stream)
6262
// on all platforms.
6363
IgnoreFileSize = !TestEnvironment.IsWindows
6464
};
65-
{
66-
IgnoreFileSize = true
67-
};
6865

6966
var settings = new MagickReadSettings();
7067
settings.SetDefines(bmpReadDefines);

0 commit comments

Comments
 (0)