Skip to content

Commit 167add4

Browse files
committed
Added newline after Throw statements.
1 parent 830f7d8 commit 167add4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magick.NET/MagickImage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,7 @@ public void AdaptiveThreshold(int width, int height, double bias, Channels chann
11311131
{
11321132
Throw.IfNegative(nameof(width), width);
11331133
Throw.IfNegative(nameof(height), height);
1134+
11341135
_nativeInstance.AdaptiveThreshold(width, height, bias, channels);
11351136
}
11361137

0 commit comments

Comments
 (0)