summaryrefslogtreecommitdiff
path: root/benchmark/crypto/hkdf.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/crypto/hkdf.js')
-rw-r--r--benchmark/crypto/hkdf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/crypto/hkdf.js b/benchmark/crypto/hkdf.js
index 4be15ab590..61ae33cac0 100644
--- a/benchmark/crypto/hkdf.js
+++ b/benchmark/crypto/hkdf.js
@@ -4,7 +4,7 @@ const common = require('../common.js');
const assert = require('assert');
const {
hkdf,
- hkdfSync
+ hkdfSync,
} = require('crypto');
const bench = common.createBenchmark(main, {