Skip to content

Commit c580555

Browse files
committed
fix trailing white space - remind me to not use Github editor
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 691a4d6 commit c580555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/template/ListTemplatesCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class ListTemplatesCmd extends BaseListTaggedResourcesCmd {
7474

7575
@Parameter(name = ApiConstants.SHOW_REMOVED, type = CommandType.BOOLEAN, description = "show removed templates as well")
7676
private Boolean showRemoved;
77-
77+
7878
@Parameter(name = ApiConstants.SHOW_UNIQUE, type = CommandType.BOOLEAN, description = "If set to true, list only unique templates across zones", since = "4.13.2")
7979
private Boolean showUnique;
8080

0 commit comments

Comments
 (0)