Skip to content

Commit e1fd52f

Browse files
committed
Fix formatting
1 parent fdb30c6 commit e1fd52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/kinds/kinds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
FloatValue = "FloatValue"
2424
StringValue = "StringValue"
2525
BooleanValue = "BooleanValue"
26-
NullValue = "NullValue"
26+
NullValue = "NullValue"
2727
EnumValue = "EnumValue"
2828
ListValue = "ListValue"
2929
ObjectValue = "ObjectValue"

0 commit comments

Comments
 (0)