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

(cherry picked from commit 9470f2ca8706d602c6d073012d4c3fc6aec7da77)
This commit is contained in:
鲁树人 2021-12-15 22:20:53 +00:00
parent 522f4e9f67
commit cd3f4d8c22

View File

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