Skip to content

Commit 5a98ec9

Browse files
committed
format
1 parent 5245657 commit 5a98ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docstring_tests/Node.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module Fs = {
1818
@module("node:fs") external existsSync: string => bool = "existsSync"
1919
@module("node:fs") external mkdirSync: string => unit = "mkdirSync"
2020
@module("node:fs") external writeFileSync: (string, string) => unit = "writeFileSync"
21-
@module("node:fs") external readFileSync: (string, ~encoding:string) => string = "readFileSync"
21+
@module("node:fs") external readFileSync: (string, ~encoding: string) => string = "readFileSync"
2222
}
2323

2424
module Buffer = {

0 commit comments

Comments
 (0)