Skip to content

Commit 4337308

Browse files
committed
whitespace improvements
1 parent 6c3b8d5 commit 4337308

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/command/install/cmd.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export const installCommand = new Command()
7474
// Select which tool should be installed
7575
const toolTarget = await selectTool(allTools, "install");
7676
if (toolTarget) {
77+
info("");
7778
await installTool(toolTarget);
7879
}
7980
}

src/command/remove/cmd.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const removeCommand = new Command()
106106
// Select which tool should be installed
107107
const toolTarget = await selectTool(allTools, "remove");
108108
if (toolTarget) {
109+
info("");
109110
await uninstallTool(toolTarget);
110111
}
111112
}

0 commit comments

Comments
 (0)