Skip to content

Commit

Permalink
📝 (cli.js): remove unnecessary whitespace to improve code readability…
Browse files Browse the repository at this point in the history
… and consistency
  • Loading branch information
elliotberry committed Apr 26, 2024
1 parent 2db74b8 commit 74e879f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const main = async () => {
for (const [key] of Object.entries(stringModificationFunctions)) {
const a = stringModificationFunctions[key]
console.log(`${a.name}${a.description ? `: ${a.description}` : ''}`)

}

process.exit(0)
Expand All @@ -80,7 +79,7 @@ const main = async () => {
const rename = argv.r
const silent = argv.s
const verbose = argv.v

const userOptions = {
directories,
dryrun,
Expand Down

0 comments on commit 74e879f

Please sign in to comment.