Skip to content

Commit 7949001

Browse files
committed
Code style changes.
1 parent d2a096c commit 7949001

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/Magick.NET.Tests/MagickImageCollectionTests/TheWriteMethod.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ public void ShouldThrowExceptionWhenFormatIsNotWritable()
137137
{
138138
using (var memoryStream = new MemoryStream())
139139
{
140-
Assert.Throws<MagickMissingDelegateErrorException>(() =>
141-
{
142-
input.Write(memoryStream, MagickFormat.Xc);
143-
});
140+
Assert.Throws<MagickMissingDelegateErrorException>(() => input.Write(memoryStream, MagickFormat.Xc));
144141
}
145142
}
146143
}

0 commit comments

Comments
 (0)