Skip to content

Commit 20f35d5

Browse files
committed
fix: remove unnecessary semicolon in HealthCheckMode.java (#3613)
Signed-off-by: curiousbud [email protected] Helped-by: curiousbud [email protected]
1 parent c2066c0 commit 20f35d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jkube-kit/config/image/src/main/java/org/eclipse/jkube/kit/config/image/build/HealthCheckMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public enum HealthCheckMode {
2424
/**
2525
* A command based health check.
2626
*/
27-
cmd;
27+
cmd
2828

2929
}

0 commit comments

Comments
 (0)