Skip to content

Commit 8309f44

Browse files
committed
fixup: use singlequote for strings (linter)
1 parent e7ca5ef commit 8309f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/sequential/test-benchmark-napi.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const runBenchmark = require('../common/benchmark');
1010

1111
runBenchmark('napi',
1212
[
13-
"n=1",
14-
"engine=v8",
15-
"type=String"
13+
'n=1',
14+
'engine=v8',
15+
'type=String'
1616
],
1717
{ NODEJS_BENCHMARK_ZERO_ALLOWED: 1 });

0 commit comments

Comments
 (0)