Skip to content

Commit 4b2308b

Browse files
committed
Restore code formatting
1 parent 2d1c73e commit 4b2308b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/html5-qrcode.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class Html5Qrcode {
317317

318318
this.elementId = elementId;
319319
this.verbose = false;
320-
320+
321321
let experimentalFeatureConfig : ExperimentalFeaturesConfig | undefined;
322322
let configObject: Html5QrcodeFullConfig | undefined;
323323
if (typeof configOrVerbosityFlag == "boolean") {
@@ -327,7 +327,7 @@ export class Html5Qrcode {
327327
this.verbose = configObject.verbose === true;
328328
experimentalFeatureConfig = configObject.experimentalFeatures;
329329
}
330-
330+
331331
this.logger = new BaseLoggger(this.verbose);
332332
this.qrcode = new Html5QrcodeShim(
333333
this.getSupportedFormats(configOrVerbosityFlag),
@@ -1579,7 +1579,7 @@ export class Html5Qrcode {
15791579
elem.style.top = `${top}px`;
15801580
}
15811581
if (bottom !== null) {
1582-
elem.style.bottom = `${bottom}px`;
1582+
elem.style.bottom = `${bottom}px`;
15831583
}
15841584
if (isLeft) {
15851585
elem.style.left = `${side}px`;

0 commit comments

Comments
 (0)