From 6ea2a50769c8db293d6830ab138ee5e721e505dd Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 17 Feb 2023 15:06:57 +0100 Subject: [PATCH] rm space --- apps/remix-ide/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 57a5140159..d53d7ed75c 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -247,6 +247,7 @@ class AppComponent { const codeParser = new CodeParser(new AstWalker()) + this.notification = new NotificationPlugin() const configPlugin = new ConfigPlugin()