File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ let make_custom_rules
155155 (match refmt with
156156 | None -> ()
157157 | Some x ->
158- Buffer. add_string buf " -refmt " ;
158+ Buffer. add_string buf " -bs- refmt " ;
159159 Buffer. add_string buf (Ext_filename. maybe_quote x);
160160 );
161161 if has_pp then
Original file line number Diff line number Diff line change @@ -12648,7 +12648,7 @@ let make_custom_rules
1264812648 (match refmt with
1264912649 | None -> ()
1265012650 | Some x ->
12651- Buffer.add_string buf " -refmt ";
12651+ Buffer.add_string buf " -bs- refmt ";
1265212652 Buffer.add_string buf (Ext_filename.maybe_quote x);
1265312653 );
1265412654 if has_pp then
Original file line number Diff line number Diff line change @@ -12755,7 +12755,7 @@ let make_custom_rules
1275512755 (match refmt with
1275612756 | None -> ()
1275712757 | Some x ->
12758- Buffer.add_string buf " -refmt ";
12758+ Buffer.add_string buf " -bs- refmt ";
1275912759 Buffer.add_string buf (Ext_filename.maybe_quote x);
1276012760 );
1276112761 if has_pp then
You can’t perform that action at this time.
0 commit comments