Skip to content

Commit 833e47e

Browse files
committed
Update
1 parent 1fc85ef commit 833e47e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

QRCoder/Base64QRCode.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ private string BitmapToBase64(Bitmap bmp, ImageType imgType)
112112
{
113113
var base64 = string.Empty;
114114
ImageFormat iFormat;
115-
switch (imgType)
116-
{
115+
switch (imgType) {
117116
case ImageType.Png:
118117
iFormat = ImageFormat.Png;
119118
break;

0 commit comments

Comments
 (0)