We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e93f7 commit c15efceCopy full SHA for c15efce
lib/internal/crypto/cipher.js
@@ -39,7 +39,7 @@ const { deprecate, normalizeEncoding } = require('internal/util');
39
let StringDecoder;
40
41
function rsaFunctionFor(method, defaultPadding) {
42
- return function(options, buffer) {
+ return (options, buffer) => {
43
const key = options.key || options;
44
const padding = options.padding || defaultPadding;
45
const passphrase = options.passphrase || null;
0 commit comments