Skip to content

Commit cad1d68

Browse files
committed
Format code
1 parent 627825c commit cad1d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Fs.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ module Constants = {
8484

8585
@module("node:fs") @scope("constants") external copyfile_excl: t = "COPYFILE_EXCL"
8686
@module("node:fs") @scope("constants") external copyfile_ficlone: t = "COPYFILE_FICLONE"
87-
@module("node:fs") @scope("constants") external copyfile_ficlone_force: t = "COPYFILE_FICLONE_FORCE"
87+
@module("node:fs") @scope("constants")
88+
external copyfile_ficlone_force: t = "COPYFILE_FICLONE_FORCE"
8889

8990
@@text("{1 File Open Constants}")
9091

0 commit comments

Comments
 (0)