From 6faf23899f6d47c03443904cccf5a6c5c4c1ef87 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 6 Mar 2026 12:02:01 -0500 Subject: [PATCH] format --- src/lib/dune | 3 ++- src/lib/version.mli | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/lib/dune b/src/lib/dune index db052244..78182c01 100644 --- a/src/lib/dune +++ b/src/lib/dune @@ -2,7 +2,8 @@ (target version.ml) (deps (universe) gen_version.sh) (action - (with-stdout-to version.ml + (with-stdout-to + version.ml (run sh gen_version.sh)))) (library diff --git a/src/lib/version.mli b/src/lib/version.mli index 8b0aba5e..050c8dad 100644 --- a/src/lib/version.mli +++ b/src/lib/version.mli @@ -1,5 +1,7 @@ val version : string -(** Version of the library, e.g. ["0.12"]. ["dev"] if not built from a release tag. *) +(** Version of the library, e.g. ["0.12"]. ["dev"] if not built from a release + tag. *) val git_hash : string -(** Full git commit hash at build time, e.g. ["b92159c1..."]. ["unknown"] if git was unavailable. *) +(** Full git commit hash at build time, e.g. ["b92159c1..."]. ["unknown"] if git + was unavailable. *)