Skip to content

Commit 74e879f

Browse files
committed
📝 (cli.js): remove unnecessary whitespace to improve code readability and consistency
1 parent 2db74b8 commit 74e879f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const main = async () => {
6565
for (const [key] of Object.entries(stringModificationFunctions)) {
6666
const a = stringModificationFunctions[key]
6767
console.log(`${a.name}${a.description ? `: ${a.description}` : ''}`)
68-
6968
}
7069

7170
process.exit(0)
@@ -80,7 +79,7 @@ const main = async () => {
8079
const rename = argv.r
8180
const silent = argv.s
8281
const verbose = argv.v
83-
82+
8483
const userOptions = {
8584
directories,
8685
dryrun,

0 commit comments

Comments
 (0)