We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c6f24 commit 9fa3287Copy full SHA for 9fa3287
test/passing/tests/infix_arg_grouping.ml.ref
@@ -5,8 +5,8 @@ vbox 1
5
;;
6
7
user_error
8
- ( "version mismatch: .ocamlformat requested " ^ value ^ " but version is "
9
- ^ Version.version )
+ ( "version mismatch: .ocamlformat requested "
+ ^ value ^ " but version is " ^ Version.version )
10
11
12
hvbox 1
test/passing/tests/js_args.ml.ref
@@ -33,7 +33,8 @@ let () =
33
messages :=
34
Message_store.create (Session_id.of_string "")
35
(* Tuareg indents these lines too far to the left. *)
36
- "herd-retransmitter" Message_store.Message_size.Byte
+ "herd-retransmitter"
37
+ Message_store.Message_size.Byte
38
39
let () =
40
raise
0 commit comments