Skip to content

Commit eab151f

Browse files
committed
Style fix
1 parent c60cae8 commit eab151f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ImageSharp/Formats/Pbm/BinaryEncoder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ private static void WriteBlackAndWhite<TPixel>(Configuration configuration, Stre
201201
}
202202

203203
x++;
204+
204205
// End each row on a byte boundary.
205206
if (x == width)
206207
{

0 commit comments

Comments
 (0)