Skip to content

Commit 3cd436f

Browse files
committed
Format
1 parent 3a221e5 commit 3cd436f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/ml/ast_mapper_to0.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ module E = struct
424424
match finally_expr with
425425
| Some expr ->
426426
let finally_attr =
427-
sub.attribute sub (Location.mknoloc "res.finally", Parsetree.PPat (Ast_helper.Pat.any (), Some expr))
427+
sub.attribute sub
428+
( Location.mknoloc "res.finally",
429+
Parsetree.PPat (Ast_helper.Pat.any (), Some expr) )
428430
in
429431
finally_attr :: attrs
430432
| None -> attrs

0 commit comments

Comments
 (0)