@@ -855,7 +855,6 @@ let parseImplementation ~filename =
855855 let structure = [Ast_helper.Str. eval ~loc: expr.pexp_loc expr] in
856856 structure
857857 |> Res_printer. print_implementation
858- ~width: Res_multi_printer. default_print_width
859858 ~comments: (comments |> filterComments ~loc: expr.pexp_loc)
860859 |> Utils. indent range.start.character
861860 in
@@ -864,14 +863,12 @@ let parseImplementation ~filename =
864863 let structure = [item] in
865864 structure
866865 |> Res_printer. print_implementation
867- ~width: Res_multi_printer. default_print_width
868866 ~comments: (comments |> filterComments ~loc: item.pstr_loc)
869867 |> Utils. indent range.start.character
870868 in
871869 let printStandaloneStructure ~(loc : Location.t ) structure =
872870 structure
873871 |> Res_printer. print_implementation
874- ~width: Res_multi_printer. default_print_width
875872 ~comments: (comments |> filterComments ~loc )
876873 in
877874 (structure, printExpr, printStructureItem, printStandaloneStructure)
@@ -891,7 +888,7 @@ let parseInterface ~filename =
891888 (item : Parsetree.signature_item ) =
892889 let signature_item = [item] in
893890 signature_item
894- |> Res_printer. print_interface ~width: Res_multi_printer. default_print_width
891+ |> Res_printer. print_interface
895892 ~comments: (comments |> filterComments ~loc: item.psig_loc)
896893 |> Utils. indent range.start.character
897894 in
0 commit comments