apply prettier formating

This commit is contained in:
Prettier
2018-07-07 01:17:37 +04:00
committed by Aleksey Gurianov
parent 5d1201351a
commit 2df3aa01d4
38 changed files with 215 additions and 190 deletions
+1 -2
View File
@@ -11,7 +11,7 @@ function init() {
const node = document.getElementById(NODE_ID);
if (!node) {
console.error('Remark42: Can\'t find root node.');
console.error("Remark42: Can't find root node.");
return;
}
@@ -79,4 +79,3 @@ function init() {
}
}
}