1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

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

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;
} }