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

(cherry picked from commit 9470f2ca8706d602c6d073012d4c3fc6aec7da77)
This commit is contained in:
Jixun Wu 2021-12-15 22:20:53 +00:00 committed by MengYX
parent 8e007ff0a3
commit 7f48acd214
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
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);
}
}