Skip to content

Commit d2a00b6

Browse files
Add reformatting to make CI happy
This kinda spurious reformatting has been reported and while somewhat annoying not a big issue here.
1 parent ca33caf commit d2a00b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/test/mdx_test.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ let run_exn ~non_deterministic ~silent_eval ~record_backtrace ~syntax ~silent
287287

288288
let test_block ~ppf ~temp_file t =
289289
let print_block () = Block.pp ?syntax ppf t in
290-
if Block.is_active ?section t then
290+
if Block.is_active ?section t then (
291291
match Block.value t with
292292
| Raw _ -> print_block ()
293293
| Include { file_included; file_kind = Fk_ocaml { part_included } } ->
@@ -341,7 +341,7 @@ let run_exn ~non_deterministic ~silent_eval ~record_backtrace ~syntax ~silent
341341
~det:(fun () ->
342342
assert (syntax <> Some Cram);
343343
Mdx_top.in_env env (fun () ->
344-
run_toplevel_tests ?syntax ?root c ppf phrases t))
344+
run_toplevel_tests ?syntax ?root c ppf phrases t)))
345345
else print_block ()
346346
in
347347
let gen_corrected file_contents items =

0 commit comments

Comments
 (0)