Skip to content

Commit cf3ea5d

Browse files
committed
New refmt argument syntax
1 parent 252df55 commit cf3ea5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/utils.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ let get_ppopts ~impl_intf file =
368368
let preprocess_opt ?(ocaml = false) ?kind opts =
369369
let refmt () =
370370
if !use_refmt then
371-
[ "-pp"; "refmt -parse re -print ml" ]
371+
[ "-pp"; "refmt --parse=re --print=ml" ]
372372
else
373373
[]
374374
in

0 commit comments

Comments
 (0)