| Index: test/domainRestrictions.js |
| diff --git a/test/domainRestrictions.js b/test/domainRestrictions.js |
| index 12bc0154629c56992e4d938b9293a7bac86eb718..7a283fe6cd58ab88c0b09545a9f76dcc987205ac 100644 |
| --- a/test/domainRestrictions.js |
| +++ b/test/domainRestrictions.js |
| @@ -54,7 +54,7 @@ exports.testUnrestrictedBlockingFilters = function(test) |
| exports.testUnrestrictedHidingRules = function(test) |
| { |
| - testActive(test,"#foo", null, true, false); |
| + testActive(test, "#foo", null, true, false); |
| testActive(test, "#foo", "com", true, false); |
| testActive(test, "#foo", "example.com", true, false); |
| testActive(test, "#foo", "example.com.", true, false); |