Skip to content

Commit 85d905b

Browse files
committed
Merge branch 'main' of https://github.com/webbunivAdmin/eio
2 parents c8591bb + 72c1a2a commit 85d905b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ let try_chmod path ~follow ~perm =
101101
match Eio.Path.chmod ~follow path ~perm with
102102
| () -> traceln "chmod %a to %o -> ok" Path.pp path perm
103103
| exception ex -> traceln "@[<h>%a@]" Eio.Exn.pp ex
104-
105104
```
106105

107106
# Basic test cases

0 commit comments

Comments
 (0)