Skip to content

Commit 1704281

Browse files
crypto: fix lint errors
Signed-off-by: Jonathan Lopes <[email protected]>
1 parent 3351caa commit 1704281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/crypto/keygen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function parseKeyEncoding(keyType, options = kEmptyObject) {
181181
}
182182

183183
const nidOnlyKeyPairs = {
184-
__proto__: null,
184+
'__proto__': null,
185185
'ed25519': EVP_PKEY_ED25519,
186186
'ed448': EVP_PKEY_ED448,
187187
'x25519': EVP_PKEY_X25519,

0 commit comments

Comments
 (0)