Skip to content

Commit

Permalink
Typescript - Fix eofline in css files
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Mar 19, 2019
1 parent 2747ed9 commit 6f9c315
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/renderer/styles/about-app.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ body {
margin: auto;
}
}

2 changes: 1 addition & 1 deletion src/renderer/styles/notification-comp.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ body {
opacity: 0.6;
width: 43px;
content: var(--logo-bg);
}
}
1 change: 0 additions & 1 deletion src/renderer/styles/screen-sharing-indicator.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ body {
}

}

0 comments on commit 6f9c315

Please sign in to comment.