Skip to content

Commit

Permalink
map.go: Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Aug 31, 2023
1 parent 58edb83 commit d220d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/arrow/array/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (b *MapBuilder) Append(v bool) {
b.listBuilder.Append(v)
}

func (b *MapBuilder) AppendWithSize(v bool, list_size int) {
func (b *MapBuilder) AppendWithSize(v bool, _ int) {
b.Append(v)
}

Expand Down

0 comments on commit d220d6b

Please sign in to comment.