Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions repeating_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ func (f RepeatingGroup) groupTagOrder() tagOrder {
}

return func(i, j Tag) bool {
orderi := math.MaxInt64
orderj := math.MaxInt64
orderi := math.MaxInt32
orderj := math.MaxInt32

if iIndex, ok := tagMap[i]; ok {
orderi = iIndex
Expand Down