Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Jan 22, 2024
1 parent 27c6f24 commit 9fa3287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/passing/tests/infix_arg_grouping.ml.ref
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vbox 1
;;

user_error
( "version mismatch: .ocamlformat requested " ^ value ^ " but version is "
^ Version.version )
( "version mismatch: .ocamlformat requested "
^ value ^ " but version is " ^ Version.version )
;;

hvbox 1
Expand Down
3 changes: 2 additions & 1 deletion test/passing/tests/js_args.ml.ref
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ let () =
messages :=
Message_store.create (Session_id.of_string "")
(* Tuareg indents these lines too far to the left. *)
"herd-retransmitter" Message_store.Message_size.Byte
"herd-retransmitter"
Message_store.Message_size.Byte

let () =
raise
Expand Down

0 comments on commit 9fa3287

Please sign in to comment.