chore: add ; at the end of Key.js

This commit is contained in:
Vladislav Hristov 2019-11-01 16:52:36 +02:00
parent e8a80932e1
commit 104ec67f8c

View File

@ -135,4 +135,4 @@ module.exports = class Key {
toPem() {
return this.keyIsPublic ? publicKeyToPem(this.publicKey) : privateKeyToPem(this.privateKey);
}
}
};