File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127127
128128module 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
141141end
142142
Original file line number Diff line number Diff 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. *)
You can’t perform that action at this time.
0 commit comments