Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: abp2blocklist.js

Issue 29337803: Issue 3710 - Unify hostname logic (Closed)
Patch Set: Consider the case of | ending a hostname Created March 8, 2016, 12:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/abp2blocklist.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp2blocklist.js
diff --git a/abp2blocklist.js b/abp2blocklist.js
index 2317a03750f44a5869841ddf55be9cc59c71eaee..68be0735b006b88692bd6ddd215a86e642c53133 100644
--- a/abp2blocklist.js
+++ b/abp2blocklist.js
@@ -32,6 +32,5 @@ rl.on("line", line =>
rl.on("close", () =>
{
- console.log(JSON.stringify(blockerList.generateRules(),
- null, "\t"));
+ console.log(JSON.stringify(blockerList.generateRules(), null, "\t"));
});
« no previous file with comments | « no previous file | lib/abp2blocklist.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld