From 315051c14c3b1a3be1d5ddc7949781d5537e2c4e Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 3 Jan 2020 01:32:08 +0100 Subject: [PATCH] Remove useless 'use strict' from a ts file Change-type: patch --- lib/gui/app/pages/main/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/gui/app/pages/main/main.ts b/lib/gui/app/pages/main/main.ts index e35a2580..83d4ce02 100644 --- a/lib/gui/app/pages/main/main.ts +++ b/lib/gui/app/pages/main/main.ts @@ -14,8 +14,6 @@ * limitations under the License. */ -'use strict'; - /** * This page represents the application main page. *