Skip to content

Commit fb1a22f

Browse files
fhammerschmidttsnobip
authored andcommitted
Format
1 parent 97bafbb commit fb1a22f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

compiler/syntax/src/jsx_v4.ml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,8 +1329,11 @@ let mk_uppercase_tag_name_expr tag_name =
13291329

13301330
let expr ~(config : Jsx_common.jsx_config) mapper expression =
13311331
match expression with
1332-
| {pexp_desc = Pexp_letmodule (name, module_expr, body); pexp_loc = loc; pexp_attributes = attrs}
1333-
->
1332+
| {
1333+
pexp_desc = Pexp_letmodule (name, module_expr, body);
1334+
pexp_loc = loc;
1335+
pexp_attributes = attrs;
1336+
} ->
13341337
config.nested_modules <- name.txt :: config.nested_modules;
13351338
let mapped_module_expr = default_mapper.module_expr mapper module_expr in
13361339
let mapped_body = mapper.expr mapper body in

0 commit comments

Comments
 (0)