silence gometalinter

I am aware that I don't actually ever use the length of a
after this line of code, but if I don't correctly update it,
any future change that needs that length will break
mysteriously. We humbly ask gometalinter to consider
the reply of counsel in _Arkell v. Pressdram_ (1971).
This commit is contained in:
Seebs 2018-11-13 14:20:25 -06:00
parent 7c82f48046
commit e20671b2b4

View file

@ -1910,7 +1910,7 @@ func intersectionCountArrayArray(a, b *Container) (n int32) {
}
if na > nb {
ca, cb = cb, ca
na, nb = nb, na
na, nb = nb, na // nolint: ineffassign
}
j := 0
for _, va := range ca {