Skip to content

Commit 770642a

Browse files
committed
Add missing comma
1 parent 240c08e commit 770642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/core/options/opts.kotlinc.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ _KOPTS_ALL = {
6565
args = dict(
6666
default = "first-only-warn",
6767
doc = "Change the default annotation targets for constructor properties.",
68-
values = ["first-only" "first-only-warn", "param-property"],
68+
values = ["first-only", "first-only-warn", "param-property"],
6969
),
7070
type = attr.string,
7171
value_to_flag = {

0 commit comments

Comments
 (0)