Skip to content

Commit f1653ca

Browse files
Maxence MauryElectreAAS
authored andcommitted
style: apply ocamlformat to promotion show code
Signed-off-by: Maxence Maury <[email protected]>
1 parent 956a027 commit f1653ca

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
@@ -136,7 +136,7 @@ end
136136

137137
module Show = struct
138138
let info = Cmd.info ~doc:"Display contents of a corrected file" "show"
139-
139+
140140
let term =
141141
let+ builder = Common.Builder.term
142142
and+ files = Arg.(value & pos_all Cmdliner.Arg.file [] & info [] ~docv:"FILE") in
@@ -145,7 +145,7 @@ module Show = struct
145145
Scheduler.go_with_rpc_server ~common ~config (fun () ->
146146
show_corrected_contents files_to_promote)
147147
;;
148-
148+
149149
let command = Cmd.v info term
150150
end
151151

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)