Format fix

This commit is contained in:
Jeremie Dimino 2018-03-09 20:43:57 +00:00
parent 8b5e2c4503
commit b219f28a8a
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ let report_lib_error ppf (e : Error.t) =
| Dependency_cycle cycle ->
Format.fprintf ppf
"@{<error>Error@}: Dependency cycle detected between the \
following libraries:\n\
following libraries:@\n\
@[<v>%a@]\n"
(Format.pp_print_list (fun ppf (path, name) ->
Format.fprintf ppf "-> %S in %s"