Skip to content

Commit eda6dba

Browse files
committed
spotless
1 parent 8bdf12e commit eda6dba

File tree

1 file changed

+3
-3
lines changed
  • library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step

1 file changed

+3
-3
lines changed

library/src/main/java/bio/terra/landingzone/stairway/flight/create/resource/step/CreateAksStep.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ private KubernetesCluster createAks(
184184
private KubernetesCluster handleConflictAndMaybeGetAks(
185185
FlightContext context, String aksName, ManagementException e) {
186186
return switch (e.getValue().getCode().toLowerCase()) {
187-
/*duplicate request (Stairway has resumed flight after interruption)
188-
but resource is not ready for use and is still being provisioned*/
187+
/*duplicate request (Stairway has resumed flight after interruption)
188+
but resource is not ready for use and is still being provisioned*/
189189
case "operationnotallowed" -> waitAndMaybeGetAksProvisioned(getMRGName(context), aksName);
190-
/*duplicate request (Stairway resume flight after interruption), but resource is ready for use*/
190+
/*duplicate request (Stairway resume flight after interruption), but resource is ready for use*/
191191
case "conflict" ->
192192
armManagers
193193
.azureResourceManager()

0 commit comments

Comments
 (0)