From d4abed24eb7d9ac51ed8fb17e0a8034b52e41667 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 14 Aug 2018 15:46:26 -0400 Subject: [PATCH] linting --- lib/modules/ens/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/modules/ens/index.js b/lib/modules/ens/index.js index 3517cbf1..9892da0a 100644 --- a/lib/modules/ens/index.js +++ b/lib/modules/ens/index.js @@ -178,7 +178,7 @@ class ENS { paraCb(null, resolver); }); } - ], function (err, contracts) { + ], function(err, contracts) { if (err) { return cb(err); } @@ -199,10 +199,10 @@ class ENS { const self = this; // get namehash, import it into file - self.events.request("version:get:eth-ens-namehash", function (EnsNamehashVersion) { + self.events.request("version:get:eth-ens-namehash", function(EnsNamehashVersion) { let currentEnsNamehashVersion = require('../../../package.json').dependencies["eth-ens-namehash"]; if (EnsNamehashVersion !== currentEnsNamehashVersion) { - self.events.request("version:getPackageLocation", "eth-ens-namehash", EnsNamehashVersion, function (err, location) { + self.events.request("version:getPackageLocation", "eth-ens-namehash", EnsNamehashVersion, function(err, location) { self.embark.registerImportFile("eth-ens-namehash", fs.dappPath(location)); }); } @@ -286,7 +286,7 @@ class ENS { } } }; - config.testnet = config.ropsten; + config.testnet = config.ropsten; if (this.registration && this.registration.rootDomain) { // Register root domain if it is defined