From cafe472727b48e41de6f98726e787829d4b8bb80 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 21 Sep 2018 18:16:47 -0400 Subject: [PATCH] add missing space --- lib/modules/ens/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/ens/index.js b/lib/modules/ens/index.js index 87ccfc26b..9da955bb8 100644 --- a/lib/modules/ens/index.js +++ b/lib/modules/ens/index.js @@ -286,7 +286,7 @@ class ENS { if (this.registration && this.registration.rootDomain) { // Register root domain if it is defined - if (this.isDev || this.env === 'privatenet' || this.env ==='development') { + if (this.isDev || this.env === 'privatenet' || this.env === 'development') { const rootNode = namehash.hash(this.registration.rootDomain); config.default.contracts['FIFSRegistrar'] = { "deploy": true,