Skip to content

Commit

Permalink
fix: add newline at end of file in infoForm function
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Nov 14, 2024
1 parent 1bd6436 commit 7255a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export const infoForm = (): void => {
console.log(chalk.white(`\tOS Version: ${os.version()}`));
console.log(chalk.white(`\tNodeJS version: ${process.version}`));
printSuccess("CLI version:", BUNDLE_VERSION);
};
};

0 comments on commit 7255a69

Please sign in to comment.