remove stray space

This commit is contained in:
John Puddephatt
2019-08-01 20:39:54 +01:00
parent 95168041b9
commit 33c235ed3b
+1 -1
View File
@@ -19,7 +19,7 @@ async function init(): Promise<void> {
__webpack_public_path__ = HOST + '/web/';
await loadPolyfills();
const node = document.getElementById( remark_config.node || NODE_ID);
const node = document.getElementById(remark_config.node || NODE_ID);
if (!node) {
console.error("Remark42: Can't find root node.");