Skip to content

Commit cedc91c

Browse files
committed
remove duplicated line
1 parent 6de7128 commit cedc91c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/com/cloud/resourcelimit/ResourceLimitManagerImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ public ResourceLimitVO updateResourceLimit(Long accountId, Long domainId, Intege
908908
throw new PermissionDeniedException("Your account does not have the right access level to update resource limits.");
909909
}
910910

911-
912911
if (max == null) {
913912
max = (long)Resource.RESOURCE_UNLIMITED;
914913
} else if (max < Resource.RESOURCE_UNLIMITED) {

0 commit comments

Comments
 (0)