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

Unified Diff: lib/whitelisting.js

Issue 29492577: Noissue - Fix indentation errors for ESLint 4 (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created July 19, 2017, 1:25 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
Index: lib/whitelisting.js
===================================================================
--- a/lib/whitelisting.js
+++ b/lib/whitelisting.js
@@ -17,18 +17,18 @@
/** @module whitelisting */
"use strict";
const {defaultMatcher} = require("matcher");
const {RegExpFilter} = require("filterClasses");
const {FilterNotifier} = require("filterNotifier");
-const {stringifyURL, getDecodedHostname,
- extractHostFromFrame, isThirdParty} = require("url");
+const {stringifyURL, getDecodedHostname, extractHostFromFrame, isThirdParty} =
+ require("url");
const {port} = require("messaging");
const devtools = require("devtools");
const {verifySignature} = require("rsa");
let sitekeys = new ext.PageMap();
function match(page, url, typeMask, docDomain, sitekey)
{

Powered by Google App Engine
This is Rietveld