From b529edb5cc732b6c7eea7372f4199b7038aab471 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Tue, 6 Mar 2018 11:02:36 +0000 Subject: [PATCH] Linting --- src/IntegrationManager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/IntegrationManager.js b/src/IntegrationManager.js index fdc45660a0..e9486138c7 100644 --- a/src/IntegrationManager.js +++ b/src/IntegrationManager.js @@ -52,7 +52,8 @@ export default class IntegrationManager { static async open(integType, integId, onClose) { await IntegrationManager._init(); const IntegrationsManager = sdk.getComponent("views.settings.IntegrationsManager"); - if (global.mxIntegrationManager.error || !(global.mxIntegrationManager.client && global.mxIntegrationManager.client.hasCredentials())) { + if (global.mxIntegrationManager.error || + !(global.mxIntegrationManager.client && global.mxIntegrationManager.client.hasCredentials())) { console.error("Scalar error", global.mxIntegrationManager); return; }