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

Unified Diff: qunit/tests/url.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
« options.js ('K') | « qunit/tests/filterValidation.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: qunit/tests/url.js
===================================================================
--- a/qunit/tests/url.js
+++ b/qunit/tests/url.js
@@ -14,20 +14,18 @@
* You should have received a copy of the GNU General Public License
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
"use strict";
(function()
{
- let {getDecodedHostname,
- extractHostFromFrame,
- stringifyURL,
- isThirdParty} = require("url");
+ let {getDecodedHostname, extractHostFromFrame, stringifyURL, isThirdParty} =
+ require("url");
module("URL/host tools");
test("Extracting hostname from URL", () =>
{
function testURLHostname(url, expectedHostname, message)
{
equal(getDecodedHostname(new URL(url)), expectedHostname, message);
« options.js ('K') | « qunit/tests/filterValidation.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld