Skip to content

Commit 278f7de

Browse files
committed
run style again
1 parent 0eefa8d commit 278f7de

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/models/encryption.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ export class Encryption implements IEncryption {
6868
}
6969

7070
console.warn(
71-
`Account ${
72-
entry.hash
73-
} may have secret ${decryptedSecret}, but hash did not match.`
71+
`Account ${entry.hash} may have secret ${decryptedSecret}, but hash did not match.`
7472
);
7573
return null;
7674
} catch (error) {

src/qrdebug.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ function getQrDebug(
6060
`Screen Height: ${window.screen.height}<br>` +
6161
`Capture Width: ${qr.width}<br>` +
6262
`Capture Height: ${qr.height}<br>` +
63-
`Device Pixel Ratio: ${devicePixelRatio} / ${
64-
window.devicePixelRatio
65-
}<br>` +
63+
`Device Pixel Ratio: ${devicePixelRatio} / ${window.devicePixelRatio}<br>` +
6664
`Tab ID: ${tab.id}<br>` +
6765
"<br>" +
6866
"<b>Captured Screenshot:</b>";

0 commit comments

Comments
 (0)