Skip to content

Commit 330f874

Browse files
adwsinghrhernandez35
authored andcommitted
Add a println after printing the description
1 parent d776cf6 commit 330f874

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • mcp/mcp-cli/src/main/java/software/amazon/smithy/java/mcp/cli/commands

mcp/mcp-cli/src/main/java/software/amazon/smithy/java/mcp/cli/commands/ListBundles.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ protected void execute(ExecutionContext context) {
4343
}
4444
System.out.print("\tDescription: ");
4545
System.out.println(description);
46+
System.out.println();
4647
}
4748

4849
}

0 commit comments

Comments
 (0)