Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Sep 19, 2023
1 parent 92089b3 commit 89eb948
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions astlib/migrate_501_500.ml
Original file line number Diff line number Diff line change
Expand Up @@ -792,14 +792,11 @@ and copy_module_expr_desc loc :
let x1 =
match x1.pmod_desc with
| Pmod_structure [] ->
let loc = { x1.pmod_loc with loc_ghost = true } in
let loc = { x1.pmod_loc with loc_ghost = true } in
let pmod_attributes =
{
Ast_500.Parsetree.attr_name =
{
txt = "ppxlib.migration.keep_structure";
loc;
};
{ txt = "ppxlib.migration.keep_structure"; loc };
attr_payload = Ast_500.Parsetree.PStr [];
attr_loc = loc;
}
Expand Down

0 comments on commit 89eb948

Please sign in to comment.