Remove new line

This commit is contained in:
Stubenhocker1399
2019-09-10 15:08:12 +02:00
parent 846e9c8825
commit cd27246069
@@ -26,7 +26,6 @@ export class SettingsModal implements OnInit, OnDestroy {
readonly graphicsIcon = faImage;
readonly exportIcon = faDownload;
readonly importIcon = faUpload;
@Output() close = new EventEmitter();
account: AccountSettings = {};
browser: BrowserSettings = {};