Fix `make lint` warning

This commit is contained in:
Raymond Hill 2021-12-04 11:48:17 -05:00
parent e8e7294431
commit 0df8986b52
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 2 additions and 2 deletions

View File

@ -1693,8 +1693,8 @@ const FilterOriginHitSetTest = class extends FilterOriginHitSet {
origHNTrieContainer origHNTrieContainer
.setNeedle(`${$docEntity.compute()}.*`) .setNeedle(`${$docEntity.compute()}.*`)
.matches(super.getTrie(ihitset)) !== -1 .matches(super.getTrie(ihitset)) !== -1
? 1 ? 1
: 0; : 0;
} }
return filterData[idata+3] !== 0; return filterData[idata+3] !== 0;
} }