Skip to content

Commit 87605d6

Browse files
committed
format code
1 parent 4b64114 commit 87605d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docstrings_examples/DocTest.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module SpawnAsync = {
9999
spawn.stderr->ChildProcess.on("data", data => {
100100
Array.push(stderr, data)
101101
})
102-
spawn->ChildProcess.onFromSpawn("close", (code) => {
102+
spawn->ChildProcess.onFromSpawn("close", code => {
103103
resolve({stdout, stderr, code})
104104
})
105105
})

0 commit comments

Comments
 (0)