From ccc07817354b892d571d3095bd3c6363eebe99ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 21 Mar 2018 16:20:56 +0100 Subject: [PATCH] Add newline to end of layout-command.ts --- src/app/dashboard/layout-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/layout-command.ts b/src/app/dashboard/layout-command.ts index e8e2f45..3d58db2 100644 --- a/src/app/dashboard/layout-command.ts +++ b/src/app/dashboard/layout-command.ts @@ -1,4 +1,4 @@ export class LayoutCommand { command: string; layout: string; -} \ No newline at end of file +}