summaryrefslogtreecommitdiff
path: root/benchmark/crypto/hkdf.js
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2023-02-10 01:54:53 +0100
committerGitHub <noreply@github.com>2023-02-10 00:54:53 +0000
commit214b00d215adb41cfbde5f12ca9dd00305e592bf (patch)
tree3b7b4273900a3a8e46dd47e0e2cb37de2e622e91 /benchmark/crypto/hkdf.js
parent3aef395ed51e7457fff01f38c08c1cac88e7c3e8 (diff)
downloadnode-new-214b00d215adb41cfbde5f12ca9dd00305e592bf.tar.gz
benchmark: add trailing commas in `benchmark/crypto`
PR-URL: https://github.com/nodejs/node/pull/46553 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
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, {