summaryrefslogtreecommitdiff
path: root/benchmark/path/extname-posix.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/extname-posix.js')
-rw-r--r--benchmark/path/extname-posix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/extname-posix.js b/benchmark/path/extname-posix.js
index 0e01d59a74..b2aae0647f 100644
--- a/benchmark/path/extname-posix.js
+++ b/benchmark/path/extname-posix.js
@@ -15,7 +15,7 @@ const bench = common.createBenchmark(main, {
'/foo/bar/baz/asdf/quux',
'/foo/bar/baz/asdf/quux.foobarbazasdfquux',
],
- n: [1e5]
+ n: [1e5],
});
function main({ n, path }) {