mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01: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