mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix make lint warning
This commit is contained in:
parent
e8e7294431
commit
0df8986b52
1 changed files with 2 additions and 2 deletions
|
|
@ -1693,8 +1693,8 @@ const FilterOriginHitSetTest = class extends FilterOriginHitSet {
|
|||
origHNTrieContainer
|
||||
.setNeedle(`${$docEntity.compute()}.*`)
|
||||
.matches(super.getTrie(ihitset)) !== -1
|
||||
? 1
|
||||
: 0;
|
||||
? 1
|
||||
: 0;
|
||||
}
|
||||
return filterData[idata+3] !== 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue