diff --git a/src/app/plugin/pluginAPI.js b/src/app/plugin/pluginAPI.js index 0036e8b873..ebd9b694e4 100644 --- a/src/app/plugin/pluginAPI.js +++ b/src/app/plugin/pluginAPI.js @@ -59,4 +59,4 @@ module.exports = (fileProviders, compiler, udapp, tabbedMenu) => { } } } -} \ No newline at end of file +} diff --git a/src/app/plugin/pluginManager.js b/src/app/plugin/pluginManager.js index 88c94df0dc..5492581284 100644 --- a/src/app/plugin/pluginManager.js +++ b/src/app/plugin/pluginManager.js @@ -182,4 +182,4 @@ module.exports = class PluginManager { self.plugins[name].content.querySelector('iframe').contentWindow.postMessage(value, self.plugins[name].origin) } } -} \ No newline at end of file +} diff --git a/test-browser/plugin/remix.js b/test-browser/plugin/remix.js index fe16c56cb6..415f678711 100644 --- a/test-browser/plugin/remix.js +++ b/test-browser/plugin/remix.js @@ -78,4 +78,4 @@ window.onload = function () { id: 39 }), '*') }) -} \ No newline at end of file +}