From 52445452f3f66eac947bf6a17e7752637d99fdb9 Mon Sep 17 00:00:00 2001 From: pldespaigne <5858657+pldespaigne@users.noreply.github.com> Date: Sat, 27 Jul 2019 17:08:18 +0200 Subject: [PATCH] fix ci linter error --- src/remixAppManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 44f7f78b28..f2d3fea825 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -199,7 +199,7 @@ export class RemixAppManager extends PluginEngine { new IframePlugin(provable), new IframePlugin(threeBox), new IframePlugin(remixWorkshop), - new IframePlugin(debugPlugin), + new IframePlugin(debugPlugin) ] } }