Skip to content

Commit 9cbfa68

Browse files
committed
chore(fmt) run spotlessApply
1 parent 18f310d commit 9cbfa68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/wait/ResourcemanagerWait.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ public static AsyncActionHandler<Void> deleteProjectWaitHandler(
136136
GetProjectResponse projectResponse =
137137
apiClient.getProject(containerId, false);
138138
if (projectResponse.getContainerId().equals(containerId)
139-
&& projectResponse
140-
.getLifecycleState() == LifecycleState.DELETING) {
139+
&& projectResponse.getLifecycleState() == LifecycleState.DELETING) {
141140
return new AsyncActionResult<>(true, null);
142141
}
143142

0 commit comments

Comments
 (0)