remove trailing whitespace

This commit is contained in:
Bruno Windels 2020-11-10 17:51:39 +01:00
parent 2d8000d11d
commit 6fa9471292

View file

@ -101,7 +101,7 @@ export class Platform {
this.request = xhrRequest;
}
const isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
this.isIE11 = isIE11;
this.isIE11 = isIE11;
}
get updateService() {