mirror of
https://gitee.com/openharmony/third_party_qrcodegen
synced 2024-11-23 07:10:22 +00:00
Removed a blank line for stylistic consistency.
This commit is contained in:
parent
bf03981d7e
commit
cc9176cdbe
@ -81,7 +81,6 @@ public final class QrCodeGeneratorWorker {
|
||||
else
|
||||
segs = Arrays.asList(QrSegment.makeBytes(data));
|
||||
|
||||
|
||||
try { // Try to make QR Code symbol
|
||||
QrCode qr = QrCode.encodeSegments(segs, QrCode.Ecc.values()[errCorLvl], minVersion, maxVersion, mask, boostEcl != 0);
|
||||
// Print grid of modules
|
||||
|
Loading…
Reference in New Issue
Block a user