We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1797b0b commit d0e3d5aCopy full SHA for d0e3d5a
1 file changed
lib/olly_common/launch.ml
@@ -6,14 +6,14 @@ let lost_events ring_id num =
6
Printf.eprintf "[ring_id=%d] Lost %d events\n%!" ring_id num
7
8
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
- %!"
+ fun () ->
+ if !lost_event_count <> 0 then
+ Printf.eprintf
+ "\n\
+ Warning: Results may be inaccurate since some runtime events were lost \
+ before they could be read.\n\
+ Refer to 'Missed events' section in repo README\n\n\
+ %!"
17
18
type subprocess = {
19
alive : unit -> bool;
0 commit comments