Skip to content

Commit d002109

Browse files
Surya SrinivasanSurya Srinivasan
authored andcommitted
Fix indentation per review
1 parent 836f84a commit d002109

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

server/src/main/java/com/cloud/user/AccountManagerImpl.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,10 +2135,12 @@ protected void checkIfAccountManagesProjects(long accountId) {
21352135
}
21362136

21372137
if (!activeManagedProjects.isEmpty()) {
2138-
throw new InvalidParameterValueException(String.format(
2138+
throw new InvalidParameterValueException(
2139+
String.format(
21392140
"Unable to delete account [%s], because it manages the following project(s): %s. Please, remove the account from these projects or demote it to a regular project role first.",
21402141
accountId, activeManagedProjects
2141-
));
2142+
)
2143+
);
21422144
}
21432145
}
21442146

0 commit comments

Comments
 (0)