Skip to content

Commit

Permalink
fix format with ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Habib.Javaid committed Jul 16, 2024
1 parent f8a4e7a commit 861fa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ohow/global.mli
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type cli_options =
; assets : string option
; template : string option
; csw : string list
; out_language : string
; out_language : string
; docversions : string list
}

Expand Down Expand Up @@ -93,6 +93,6 @@ val project_dir : unit -> string
val all_projects_dir : unit -> string

(** The path to take from the project's root to end up in the website root
(i.e., where the links [\[site:x\]] starts to). Defaults to [\[""\]]---the
(i.e., where the links [[site:x]] starts to). Defaults to [[""]]---the
project's root is the website root. *)
val root_to_site : string ref

0 comments on commit 861fa93

Please sign in to comment.