Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
UziTech and styfle committed Oct 8, 2023
1 parent ebfc33a commit 322a48d
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 322a48d

Please sign in to comment.