Skip to content

Commit 48f96e1

Browse files
Surya SrinivasanSurya Srinivasan
authored andcommitted
Fix indentation per review
1 parent 2f17b34 commit 48f96e1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

21362136
if (!activeManagedProjects.isEmpty()) {
2137-
throw new InvalidParameterValueException(String.format(
2137+
throw new InvalidParameterValueException(
2138+
String.format(
21382139
"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.",
21392140
accountId, activeManagedProjects
2140-
));
2141+
)
2142+
);
21412143
}
21422144
}
21432145

0 commit comments

Comments
 (0)