mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
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:
parent
7c82f48046
commit
e20671b2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue