Skip to content

Commit c97b84b

Browse files
committed
fix formatting
1 parent 2e00c03 commit c97b84b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/ReadinessHealthCheckType.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public static ReadinessHealthCheckType from(String s) {
5252
case "process":
5353
return PROCESS;
5454
default:
55-
throw new IllegalArgumentException(
56-
String.format("Unknown health check type: %s", s));
55+
throw new IllegalArgumentException(String.format("Unknown health check type: %s", s));
5756
}
5857
}
5958

0 commit comments

Comments
 (0)