Skip to content

Commit

Permalink
Merge branch 'testutils' of https://github.com/UziTech/marked into te…
Browse files Browse the repository at this point in the history
…stutils
  • Loading branch information
UziTech committed Oct 8, 2023
2 parents 8aa5316 + 98fc434 commit afafe8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ function parseArg(argv) {
argv = arg
.substring(1)
.split('')
.map((ch) => {
return `-${ch}`;
})
.map((ch) => `-${ch}`)
.concat(argv);
arg = argv.shift();
} else {
Expand Down

0 comments on commit afafe8e

Please sign in to comment.