Skip to content

Commit a0160e8

Browse files
committed
formatted
1 parent 0e22316 commit a0160e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/syscall/fs_js.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
nodeTRUNC = constants.Get("O_TRUNC").Int()
3030
nodeAPPEND = constants.Get("O_APPEND").Int()
3131
nodeEXCL = constants.Get("O_EXCL").Int()
32-
32+
3333
// NodeJS on Windows does not support O_DIRECTORY, so we default
3434
// to -1 and assign it in init if available.
3535
// See https://nodejs.org/docs/latest/api/fs.html#file-open-constants.

0 commit comments

Comments
 (0)