Skip to content

Commit

Permalink
fix(src/cli.js): (lint,fmt) fix whitespace issue
Browse files Browse the repository at this point in the history
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Jan 28, 2020
1 parent dc095db commit 5146859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ program
console.error("Please revise the validation errors above and try again."); // tslint:disable-line
}
})
.parse(process.argv);
.parse(process.argv);

function parseTypingsOptions(programOpt: CommanderStatic): TypingsOptions[] {
if (!programOpt.outputRs && !programOpt.outputTs && !programOpt.outputGo) {
Expand Down

0 comments on commit 5146859

Please sign in to comment.