From 0cf36912c349bfce04aa740c913518a37bcb62ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 21 Mar 2018 16:18:13 +0100 Subject: [PATCH] Make dashboard.component comply linter --- src/app/dashboard/dashboard.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index 62733b2..b54347b 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -33,8 +33,7 @@ export class DashboardComponent implements OnInit, OnDestroy { layoutHandler(data: LayoutCommand) { if (data.layout.match('vraw-open|vraw-closed|hraw|default-open|default-closed')) { this.layout = data.layout; - } - else { + } else { console.log('Invalid webide layout "' + data.layout + '" received!'); } }