Skip to content

Commit 1a7e08b

Browse files
committed
style: formatting
1 parent 1fabec6 commit 1a7e08b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jscomp/syntax/src/jsx_common.ml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ let removeArity binding =
5959
| _ when Ast_uncurried.exprIsUncurriedFun expr ->
6060
Ast_uncurried.exprExtractUncurriedFun expr
6161
| Pexp_newtype (label, e) ->
62-
{
63-
expr with
64-
pexp_desc = Pexp_newtype (label, removeArityRecord e);
65-
}
62+
{expr with pexp_desc = Pexp_newtype (label, removeArityRecord e)}
6663
| Pexp_apply (forwardRef, [(label, e)]) ->
6764
{
6865
expr with

0 commit comments

Comments
 (0)