Skip to content

Commit

Permalink
address lint: wsl
Browse files Browse the repository at this point in the history
  • Loading branch information
platinummonkey committed Apr 3, 2024
1 parent 0d6a453 commit 3963cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ func (f *FlexString) UnmarshalJSON(b []byte) error {
f.Arr = append(f.Arr, s)
}
}

f.Val = strings.Join(f.Arr, ", ")
case []string:
f.hintIsArray = true
Expand Down

0 comments on commit 3963cca

Please sign in to comment.