From 6f9c3158fdf121a1b2da7d6688b0d2649990bc88 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Tue, 19 Mar 2019 12:19:22 +0530 Subject: [PATCH] Typescript - Fix eofline in css files --- src/renderer/styles/about-app.less | 1 - src/renderer/styles/notification-comp.less | 2 +- src/renderer/styles/screen-sharing-indicator.less | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/renderer/styles/about-app.less b/src/renderer/styles/about-app.less index d48f67ad9..12974677c 100644 --- a/src/renderer/styles/about-app.less +++ b/src/renderer/styles/about-app.less @@ -42,4 +42,3 @@ body { margin: auto; } } - diff --git a/src/renderer/styles/notification-comp.less b/src/renderer/styles/notification-comp.less index a750f8fc7..ac7041279 100644 --- a/src/renderer/styles/notification-comp.less +++ b/src/renderer/styles/notification-comp.less @@ -106,4 +106,4 @@ body { opacity: 0.6; width: 43px; content: var(--logo-bg); -} \ No newline at end of file +} diff --git a/src/renderer/styles/screen-sharing-indicator.less b/src/renderer/styles/screen-sharing-indicator.less index d3fbb4b0d..a132f97a0 100644 --- a/src/renderer/styles/screen-sharing-indicator.less +++ b/src/renderer/styles/screen-sharing-indicator.less @@ -83,4 +83,3 @@ body { } } -