Skip to content

Commit

Permalink
Appease standard
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Apr 22, 2020
1 parent 6508247 commit 791b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results2table.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ for (let nodev in results) {
const libs = Object.keys(results[nodev][tests[0]])
console.log('')
console.log('| |' + libs.map(_ => ` ${_.replace(/[/]/, '/<wbr>')} |`).join(''))
console.log('| - |' + libs.map(_ => ` :${repeat('-', _.length-2)}: |`).join(''))
console.log('| - |' + libs.map(_ => ` :${repeat('-', _.length - 2)}: |`).join(''))

for (let name of tests) {
if (!size[name]) {
Expand Down

0 comments on commit 791b33c

Please # to comment.