Skip to content

Commit

Permalink
chore(pkg): stop using Fmt (#8842)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter authored Oct 4, 2023
1 parent 6534cfa commit 90c7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_pkg/opam_solver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module Context_for_dune = struct
type rejection = Unavailable

let pp_rejection f = function
| Unavailable -> Fmt.string f "Availability condition not satisfied"
| Unavailable -> Format.pp_print_string f "Availability condition not satisfied"
;;

let opam_version_compare =
Expand Down

0 comments on commit 90c7bc7

Please sign in to comment.