Skip to content

Commit bbafaf3

Browse files
Remove empty line
1 parent 648723c commit bbafaf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/lwt_preemptive.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,3 @@ let run_in_main f =
263263
let run_in_main_dont_wait f handler =
264264
let f () = Lwt.catch f (fun exc -> handler exc; Lwt.return_unit) in
265265
run_in_main_dont_wait f
266-

0 commit comments

Comments
 (0)