Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude committed Jun 22, 2024
1 parent 8da4237 commit 430f89a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion QRCoder/BitmapByteQRCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public byte[] GetGraphic(int pixelsPerModule, byte[] darkColorRgb, byte[] lightC
bmp.AddRange(padding);
}
}

return bmp.ToArray();
}

Expand Down
1 change: 0 additions & 1 deletion QRCoderBenchmarks/BitmapByteQRCode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.ObjectModel;
using BenchmarkDotNet.Attributes;
using QRCoder;

Expand Down

0 comments on commit 430f89a

Please sign in to comment.