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 bdd60bc502
commit 9470f2ca87

View File

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