Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Feb 21, 2025
1 parent e0f07ab commit 49e6aee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/driver/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ let compile ?partial ~partial_dir (all : Odoc_unit.any list) =
(Odoc_unit.Pkg_args.compiled_libs unit.pkg_args)
in
Odoc.compile ~output_dir:unit.output_dir ~input_file:unit.input_file
~includes ~warnings_tag:unit.pkgname
~parent_id:unit.parent_id;
~includes ~warnings_tag:unit.pkgname ~parent_id:unit.parent_id;
(match unit.input_copy with
| None -> ()
| Some p -> Util.cp (Fpath.to_string unit.input_file) (Fpath.to_string p));
Expand Down

0 comments on commit 49e6aee

Please sign in to comment.