Skip to content

Commit a30406c

Browse files
committed
Remove unnecessary semicolon.
1 parent 0b4dbb5 commit a30406c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kilo-test/src/main/java/org/httprpc/kilo/test/TestService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public interface Body {
125125
public enum TestEnum {
126126
ONE,
127127
TWO,
128-
@Deprecated THREE;
128+
@Deprecated THREE
129129
}
130130

131131
public record TestRecord(

0 commit comments

Comments
 (0)