Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 28, 2024
1 parent 60c9fd8 commit b351ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reason-parser/reason_pprint_ast.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6479,7 +6479,7 @@ let printer = object(self:'self)
(atom (".")))
(self#formatNonSequencyExpression ~parent:x e))
else
Some (makeLetSequence (self#letList e))
Some (makeLetSequence (self#letList x))
| Pexp_send (e, s) ->
let needparens = match e.pexp_desc with
| Pexp_apply (ee, _) ->
Expand Down

0 comments on commit b351ea8

Please sign in to comment.