From 4efd18048ac077242fc8a75fae41976875be6054 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 27 Dec 2019 15:59:58 -0500 Subject: [PATCH] fix linting issues --- src/app/tabs/runTab/model/blockchain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/runTab/model/blockchain.js b/src/app/tabs/runTab/model/blockchain.js index ce0c5d8186..4e2e87ccc4 100644 --- a/src/app/tabs/runTab/model/blockchain.js +++ b/src/app/tabs/runTab/model/blockchain.js @@ -249,7 +249,7 @@ class Blockchain { return this.executionContext.web3() } - getTxListener(opts) { + getTxListener (opts) { const txlistener = new Txlistener(opts, this.executionContext) return txlistener }