Skip to content

Commit

Permalink
fixup: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Mar 9, 2020
1 parent 626a7bf commit 778b2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (format === 'csv') {
for (const key of Object.keys(data.conf)) {
if (conf !== '')
conf += ' ';
conf += ` ${key}=${JSON.stringify(data.conf[key])}`;
conf += `${key}=${JSON.stringify(data.conf[key])}`;
}
if (format === 'csv') {
// Escape quotes (") for correct csv formatting
Expand Down

0 comments on commit 778b2a6

Please sign in to comment.