Skip to content

Commit

Permalink
Update gen/ir/json.go
Browse files Browse the repository at this point in the history
Co-authored-by: tdakkota <tanc13@yandex.ru>
  • Loading branch information
sashamelentyev and tdakkota authored Oct 24, 2023
1 parent 203bd78 commit ac428be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/ir/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (j JSON) SumTypes() string {
return strings.Join(sortedTypes, ",")
}

const _array = "Array"
const arraySuffix = "Array"

func jsonType(t *Type) string {
if t.IsNumeric() {
Expand Down

0 comments on commit ac428be

Please sign in to comment.