Skip to content

Commit 9fa3287

Browse files
author
Guillaume Petiot
committed
fmt
1 parent 27c6f24 commit 9fa3287

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/passing/tests/infix_arg_grouping.ml.ref

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ vbox 1
55
;;
66

77
user_error
8-
( "version mismatch: .ocamlformat requested " ^ value ^ " but version is "
9-
^ Version.version )
8+
( "version mismatch: .ocamlformat requested "
9+
^ value ^ " but version is " ^ Version.version )
1010
;;
1111

1212
hvbox 1

test/passing/tests/js_args.ml.ref

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ let () =
3333
messages :=
3434
Message_store.create (Session_id.of_string "")
3535
(* Tuareg indents these lines too far to the left. *)
36-
"herd-retransmitter" Message_store.Message_size.Byte
36+
"herd-retransmitter"
37+
Message_store.Message_size.Byte
3738

3839
let () =
3940
raise

0 commit comments

Comments
 (0)