Skip to content

Commit c7d688e

Browse files
committed
linting
1 parent dd69083 commit c7d688e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/olly_common/launch.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ let attach_process (dir : string) (pid : int) : subprocess =
9999
Unix.kill pid 0;
100100
true
101101
with Unix.Unix_error (Unix.ESRCH, _, _) -> false
102-
and close () =
103-
Runtime_events.free_cursor cursor in
102+
and close () = Runtime_events.free_cursor cursor in
104103
{ alive; cursor; close; pid }
105104

106105
let launch_process config (exec_args : exec_config) : subprocess =

0 commit comments

Comments
 (0)