We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a096c commit 7949001Copy full SHA for 7949001
tests/Magick.NET.Tests/MagickImageCollectionTests/TheWriteMethod.cs
@@ -137,10 +137,7 @@ public void ShouldThrowExceptionWhenFormatIsNotWritable()
137
{
138
using (var memoryStream = new MemoryStream())
139
140
- Assert.Throws<MagickMissingDelegateErrorException>(() =>
141
- {
142
- input.Write(memoryStream, MagickFormat.Xc);
143
- });
+ Assert.Throws<MagickMissingDelegateErrorException>(() => input.Write(memoryStream, MagickFormat.Xc));
144
}
145
146
0 commit comments