diff --git a/src/crypto/encryptedData.ts b/src/crypto/encryptedData.ts index 14ff97ae..b882a570 100644 --- a/src/crypto/encryptedData.ts +++ b/src/crypto/encryptedData.ts @@ -62,4 +62,4 @@ export class EncryptedData { mac: data.crypto.mac, }); } -} \ No newline at end of file +}