Skip to content

Commit 02081ab

Browse files
author
Maxence Maury
committed
style: apply ocamlformat to promotion show code
Signed-off-by: Maxence Maury <[email protected]>
1 parent 76e124b commit 02081ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/promotion.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ end
127127

128128
module Show = struct
129129
let info = Cmd.info ~doc:"Display contents of a corrected file" "show"
130-
130+
131131
let term =
132132
let+ builder = Common.Builder.term
133133
and+ files = Arg.(value & pos_all Cmdliner.Arg.file [] & info [] ~docv:"FILE") in
@@ -136,7 +136,7 @@ module Show = struct
136136
Scheduler.go_with_rpc_server ~common ~config (fun () ->
137137
show_corrected_contents files_to_promote)
138138
;;
139-
139+
140140
let command = Cmd.v info term
141141
end
142142

src/promote/diff_promotion.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module File : sig
77
val in_staging_area : Path.Source.t -> Path.Build.t
88
val compare : t -> t -> ordering
99
val source : t -> Path.Source.t
10-
val correction_file : t -> Path.t
10+
val correction_file : t -> Path.t
1111

1212
(** Register an intermediate file to promote. The build path may point to the
1313
sandbox and the file will be moved to the staging area. *)

0 commit comments

Comments
 (0)