Skip to content

Commit 0db9599

Browse files
Apply suggestion
1 parent 0baa154 commit 0db9599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/lwt_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ open Lwt.Infix
1717
let enter_iter_hooks = Lwt_sequence.create ()
1818
let leave_iter_hooks = Lwt_sequence.create ()
1919

20-
let yield () = Lwt.pause ()
20+
let yield = Lwt.pause
2121

2222
let abandon_yielded_and_paused () =
2323
Lwt.abandon_paused ()

0 commit comments

Comments
 (0)