Skip to content

Commit

Permalink
Format dune files
Browse files Browse the repository at this point in the history
  • Loading branch information
panglesd committed Oct 18, 2024
1 parent 1677caa commit 6c49d6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/document/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
(backend bisect_ppx))
(instrumentation
(backend landmarks --auto))
(libraries odoc_model fpath astring syntax_highlighter odoc_utils odoc_index))
(libraries
odoc_model
fpath
astring
syntax_highlighter
odoc_utils
odoc_index))
8 changes: 7 additions & 1 deletion src/search/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
(library
(name odoc_search)
(public_name odoc.search)
(libraries odoc_html odoc_model odoc_html_frontend tyxml odoc_utils odoc_index)
(libraries
odoc_html
odoc_model
odoc_html_frontend
tyxml
odoc_utils
odoc_index)
(modules :standard \ odoc_html_frontend))

0 comments on commit 6c49d6e

Please sign in to comment.