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 a6f17ade8d
commit 10ff42f2d7
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);
}
}