From 7255a6958bd2366f299c9e9d384bc9d6bed51391 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Thu, 14 Nov 2024 09:13:20 -0800 Subject: [PATCH] fix: add newline at end of file in infoForm function --- src/info/form.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/form.ts b/src/info/form.ts index 1418a65..9aa310a 100644 --- a/src/info/form.ts +++ b/src/info/form.ts @@ -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); -}; \ No newline at end of file +};