Skip to content

Commit 54d105b

Browse files
committed
fix missing comma
1 parent 60c2363 commit 54d105b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk/server/contract-tests/service/src/main/java/sdktest/TestService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class TestService {
2828
"all-flags-with-reasons",
2929
"anonymous-redaction",
3030
"big-segments",
31-
"client-prereq-events"
31+
"client-prereq-events",
3232
"context-type",
3333
"evaluation-hooks",
3434
"event-sampling",

0 commit comments

Comments
 (0)