summaryrefslogtreecommitdiff
path: root/benchmark/path/format-win32.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/format-win32.js')
-rw-r--r--benchmark/path/format-win32.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/format-win32.js b/benchmark/path/format-win32.js
index fab7599ab5..70f7070147 100644
--- a/benchmark/path/format-win32.js
+++ b/benchmark/path/format-win32.js
@@ -6,7 +6,7 @@ const bench = common.createBenchmark(main, {
props: [
['C:\\', 'C:\\path\\dir', 'index.html', '.html', 'index'].join('|'),
],
- n: [1e6]
+ n: [1e6],
});
function main({ n, props }) {