Skip to content

Commit

Permalink
Use paragraph instead of verbatim also in dune_pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Ambre Austen Suhamy <ambre@tarides.com>
  • Loading branch information
ElectreAAS committed Nov 14, 2024
1 parent 226f5b7 commit 8a7564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune_pkg/opam_solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ module Context_for_dune = struct
;;

let pp_rejection = function
| Unavailable -> Pp.verbatim "Availability condition not satisfied"
| Avoid_version -> Pp.verbatim "Package is excluded by avoid-version"
| Unavailable -> Pp.paragraph "Availability condition not satisfied"
| Avoid_version -> Pp.paragraph "Package is excluded by avoid-version"
;;

let eval_to_bool (filter : filter) : (bool, [> `Not_a_bool of string ]) result =
Expand Down

0 comments on commit 8a7564b

Please sign in to comment.