Skip to content

Commit 4492255

Browse files
committed
* chore(cli.js): remove unnecessary whitespace and empty lines
1 parent 1a60c7e commit 4492255

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ program
2121
console.error(error);
2222
process.exit(1);
2323
}
24-
2524
});
2625

2726
program.parse(process.argv);
2827

2928
if (!program.args.length) {
3029
program.help();
3130
}
32-

0 commit comments

Comments
 (0)