Browse Source

Style fix

pull/2481/head
Ynse Hoornenborg 3 years ago
parent
commit
eab151fada
  1. 1
      src/ImageSharp/Formats/Pbm/BinaryEncoder.cs

1
src/ImageSharp/Formats/Pbm/BinaryEncoder.cs

@ -201,6 +201,7 @@ internal class BinaryEncoder
}
x++;
// End each row on a byte boundary.
if (x == width)
{

Loading…
Cancel
Save