Skip to content

Commit 6b374a6

Browse files
committed
fix trailing space
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent d86eb34 commit 6b374a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public class ListVMsCmd extends BaseListRetrieveOnlyResourceCountCmd implements
152152

153153
@Parameter(name = ApiConstants.USER_DATA_ID, type = CommandType.UUID, entityType = UserDataResponse.class, required = false, description = "the instances by userdata", since = "4.20.1")
154154
private Long userdataId;
155-
155+
156156
@Parameter(name = ApiConstants.ARCH, type = CommandType.STRING,
157157
description = "CPU arch of the VM",
158158
since = "4.20.1")

0 commit comments

Comments
 (0)