From 2c9149e67ae81291353cad7870674016eae26ebe Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 11 May 2021 21:07:48 +0530 Subject: [PATCH] linting fix --- apps/remix-ide/src/app/tabs/compileTab/compileTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/compileTab/compileTab.js b/apps/remix-ide/src/app/tabs/compileTab/compileTab.js index 2d2ff32217..87cdc1b9a1 100644 --- a/apps/remix-ide/src/app/tabs/compileTab/compileTab.js +++ b/apps/remix-ide/src/app/tabs/compileTab/compileTab.js @@ -81,7 +81,7 @@ class CompileTab { runCompiler () { try { console.log('mode is - ', this.fileManager.mode) - if(this.fileManager.mode === 'localhost') { + if (this.fileManager.mode === 'localhost') { console.log('calling compilehardhat') this.fileManager.compileWithHardhat('npx hardhat compile').then(console.log) }