Skip to content

Commit

Permalink
(patch on prior commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Apr 16, 2021
1 parent 89bee85 commit 1d4c8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kgo/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ func (l *listOrEpochLoads) addLoad(t string, p int32, loadType listOrEpochLoadTy
}

func (l *listOrEpochLoads) removeLoad(t string, p int32) {
for _, m := range []*offsetLoadMap{
for _, m := range []offsetLoadMap{
l.list,
l.epoch,
} {
Expand Down

0 comments on commit 1d4c8bc

Please sign in to comment.