Skip to content

Commit d0e3d5a

Browse files
committed
more linting
should've just done git apply -v using dune fmt output
1 parent 1797b0b commit d0e3d5a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lib/olly_common/launch.ml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ let lost_events ring_id num =
66
Printf.eprintf "[ring_id=%d] Lost %d events\n%!" ring_id num
77

88
let print_warning_if_lost_events =
9-
fun () ->
10-
if !lost_event_count <> 0 then
11-
Printf.eprintf
12-
"\n\
13-
Warning: Results may be inaccurate since some runtime events were lost \
14-
before they could be read.\n\
15-
Refer to 'Missed events' section in repo README\n\n\
16-
%!"
9+
fun () ->
10+
if !lost_event_count <> 0 then
11+
Printf.eprintf
12+
"\n\
13+
Warning: Results may be inaccurate since some runtime events were lost \
14+
before they could be read.\n\
15+
Refer to 'Missed events' section in repo README\n\n\
16+
%!"
1717

1818
type subprocess = {
1919
alive : unit -> bool;

0 commit comments

Comments
 (0)