Skip to content

Commit 5292156

Browse files
committed
format
1 parent d80ca3b commit 5292156

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/gendocs.res

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ let docsDecoded = entryPointFiles->Js.Array2.map(libFile => {
7676

7777
Js.Dict.set(env, "FROM_COMPILER", "true")
7878

79-
let output = ChildProcess.execSync(
80-
`./node_modules/.bin/rescript-tools doc ${entryPointFile}`,
81-
)->Buffer.toString
79+
let output =
80+
ChildProcess.execSync(
81+
`./node_modules/.bin/rescript-tools doc ${entryPointFile}`,
82+
)->Buffer.toString
8283

8384
output
8485
->Js.Json.parseExn

0 commit comments

Comments
 (0)