chore: add eol at the end of `qmcv2.ts`.

This commit is contained in:
Jixun Wu 2021-12-15 22:20:53 +00:00
parent 6ef2702d9e
commit 84187ec57e
1 changed files with 1 additions and 1 deletions

View File

@ -100,4 +100,4 @@ export async function DecryptQMCv2(mggBlob: ArrayBuffer) {
hCrypto.delete();
return MergeUint8Array(decryptedParts);
}
}