mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 03:12:46 +01:00
minor: removed spurious trailing space
This commit is contained in:
parent
8b5108db93
commit
606522cd62
@ -377,7 +377,7 @@ var domainCachePrune = function() {
|
|||||||
while ( i-- ) {
|
while ( i-- ) {
|
||||||
hostname = hostnames[i];
|
hostname = hostnames[i];
|
||||||
domainCache[hostname].dispose();
|
domainCache[hostname].dispose();
|
||||||
delete domainCache[hostname];
|
delete domainCache[hostname];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user