From 6c49d6e72b0e4029236e49a6d5ce4b2546f9df98 Mon Sep 17 00:00:00 2001 From: Paul-Elliot Date: Fri, 18 Oct 2024 17:14:05 +0200 Subject: [PATCH] Format dune files --- src/document/dune | 8 +++++++- src/search/dune | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/document/dune b/src/document/dune index 89d9ac54a6..33fcac7e05 100644 --- a/src/document/dune +++ b/src/document/dune @@ -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)) diff --git a/src/search/dune b/src/search/dune index 13c8852e22..762eb4fbc7 100644 --- a/src/search/dune +++ b/src/search/dune @@ -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))