Skip to content

Commit

Permalink
Fixed formatting (dotnet format checks)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude committed Jun 22, 2024
1 parent a95eddb commit 5c5b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCoder/BitmapByteQRCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public byte[] GetGraphic(int pixelsPerModule, byte[] darkColorRgb, byte[] lightC
}
}
}

// write filesize in header
var bmpFileSize = IntTo4Byte(bmp.Count);
for (int i = 0; i < bmpFileSize.Length; i++)
Expand Down

0 comments on commit 5c5b5a3

Please sign in to comment.