minor: removed spurious trailing space

This commit is contained in:
gorhill 2016-01-24 16:09:47 -05:00
parent 8b5108db93
commit 606522cd62
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ var domainCachePrune = function() {
while ( i-- ) {
hostname = hostnames[i];
domainCache[hostname].dispose();
delete domainCache[hostname];
delete domainCache[hostname];
}
};