Skip to content

Commit 778b2a6

Browse files
committed
fixup: address comment
1 parent 626a7bf commit 778b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/run.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (format === 'csv') {
6060
for (const key of Object.keys(data.conf)) {
6161
if (conf !== '')
6262
conf += ' ';
63-
conf += ` ${key}=${JSON.stringify(data.conf[key])}`;
63+
conf += `${key}=${JSON.stringify(data.conf[key])}`;
6464
}
6565
if (format === 'csv') {
6666
// Escape quotes (") for correct csv formatting

0 commit comments

Comments
 (0)