Skip to content

Commit 00f46e1

Browse files
committed
Update tests.
1 parent fd6262d commit 00f46e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -123,7 +123,7 @@ public interface Body {
123123
boolean getFlag();
124124
}
125125

126-
public record FormContents (
126+
public record FormContents(
127127
@Required
128128
String string,
129129
List<String> strings,

0 commit comments

Comments
 (0)