Skip to content

Commit 9f1514f

Browse files
committed
Format code
Run 'yarn fmt'.
1 parent 1385e79 commit 9f1514f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/public/config/index.ejs.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
let fs = await import("fs");
1010
let asciidoctor = (await import("asciidoctor")).default();
1111

12-
let adoc = await fs.promises.readFile("../../../docs/config.adoc", "utf-8");
12+
let adoc = await fs.promises.readFile(
13+
"../../../docs/config.adoc",
14+
"utf-8"
15+
);
1316
let configDocumentation = asciidoctor.convert(adoc);
1417
//%>
1518
</script>

0 commit comments

Comments
 (0)