Skip to content

Commit 29a09c2

Browse files
Surya SrinivasanSurya Srinivasan
authored andcommitted
Fix indentation per review
1 parent d57e1f8 commit 29a09c2

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
@@ -2127,10 +2127,12 @@ protected void checkIfAccountManagesProjects(long accountId) {
21272127
}
21282128

21292129
if (!activeManagedProjects.isEmpty()) {
2130-
throw new InvalidParameterValueException(String.format(
2130+
throw new InvalidParameterValueException(
2131+
String.format(
21312132
"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.",
21322133
accountId, activeManagedProjects
2133-
));
2134+
)
2135+
);
21342136
}
21352137
}
21362138

0 commit comments

Comments
 (0)