Skip to content

Commit e51c0a0

Browse files
Remove unnecessary blank line in list command implementation
1 parent 81ba311 commit e51c0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const listCommand = new Command('list')
88
.action(async (options) => {
99
try {
1010
const instances = await listInstances();
11-
11+
1212
if (options.json) {
1313
console.log(JSON.stringify(instances, null, 2));
1414
return;

0 commit comments

Comments
 (0)