From 6893db0530e30ddfb844be373ab4bf402231f5f4 Mon Sep 17 00:00:00 2001 From: georgiana-roman Date: Tue, 8 May 2018 21:17:50 +0300 Subject: [PATCH] [ADF-2626] added missing curly brace } --- .../src/app/components/app-layout/app-layout.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shell/src/app/components/app-layout/app-layout.component.ts b/demo-shell/src/app/components/app-layout/app-layout.component.ts index 6537f9f3a6..c47f7a074c 100644 --- a/demo-shell/src/app/components/app-layout/app-layout.component.ts +++ b/demo-shell/src/app/components/app-layout/app-layout.component.ts @@ -15,7 +15,7 @@ * limitations under the License. */ -import { Component, ViewEncapsulation, OnInit from '@angular/core'; +import { Component, ViewEncapsulation, OnInit } from '@angular/core'; import { UserPreferencesService, AppConfigService } from '@alfresco/adf-core'; @Component({