File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -256,12 +256,14 @@ let format ~path =
256
256
Res_driver. parsingEngine.parseImplementation ~for Printer:true
257
257
~filename: path
258
258
in
259
- Res_driver. printEngine.printImplementation 80 path comments structure
259
+ Res_driver. printEngine.printImplementation ! Res_cli.ResClflags. width path
260
+ comments structure
260
261
else if Filename. check_suffix path " .resi" then
261
- let {Res_driver. parsetree = structure ; comments} =
262
+ let {Res_driver. parsetree = signature ; comments} =
262
263
Res_driver. parsingEngine.parseInterface ~for Printer:true ~filename: path
263
264
in
264
- Res_driver. printEngine.printInterface 80 path comments structure
265
+ Res_driver. printEngine.printInterface ! Res_cli.ResClflags. width path
266
+ comments signature
265
267
266
268
let test ~path =
267
269
Uri2. stripPath := true ;
You can’t perform that action at this time.
0 commit comments