From 7fa56b800bb67a787c7ad7a2721ef5c81fc254b7 Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Mon, 8 Jan 2024 09:59:36 +0100 Subject: [PATCH] Update app.js spaces --- apps/remix-ide/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 64531cc490..18d53e6225 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -457,7 +457,7 @@ class AppComponent { } catch (e) { console.log("couldn't register iframe plugins", e.message) } - if(isElectron()){ + if (isElectron()){ await this.appManager.activatePlugin(['fs']) } await this.appManager.activatePlugin(['layout']) @@ -496,7 +496,7 @@ class AppComponent { await this.appManager.activatePlugin(['walkthrough', 'storage', 'search', 'compileAndRun', 'recorder']) await this.appManager.activatePlugin(['solidity-script', 'remix-templates']) - if(isElectron()){ + if (isElectron()){ await this.appManager.activatePlugin(['isogit', 'electronconfig', 'electronTemplates', 'xterm', 'ripgrep']) }