Skip to content

Commit

Permalink
signature_builder.ml: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max authored Sep 29, 2024
1 parent a7ba263 commit f02634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib-variants/signature-builder/signature_builder.ml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type signature_item_pat = { names : longident_loc list; kind : kind option; loc
type include_specs = include_spec list
and include_spec =
| Include_from of { from : longident_loc; items : signature_item_pat Ordered_set.t; loc : Location.t }
| Include_group of { attributes : attribute list; items : include_specs; }
| Include_group of { attributes : attribute list; items : include_specs }

module Parse = struct

Expand Down

0 comments on commit f02634f

Please sign in to comment.