Removed unnecessary whitespace

This commit is contained in:
Tamius Han 2019-07-07 21:13:10 +02:00
parent 57463e01ec
commit 3c3e8b409c

View File

@ -5,12 +5,8 @@ class Interface {
} }
injectUi() { injectUi() {
this.detectorDiv = document.createElement('div'); this.detectorDiv = document.createElement('div');
this.uiRoot = document.createElement('div'); this.uiRoot = document.createElement('div');
this.detectorDiv.appendChild(this.uiRoot); this.detectorDiv.appendChild(this.uiRoot);
} }
} }