Skip to content

Commit 30d82df

Browse files
committed
Snapshot with lower {}
1 parent 33ad56a commit 30d82df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ppx/test/lower.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
([@merlin.hide] ReactDOM.domProps)(
9595
~children=
9696
examples
97-
|> List.map(e =>
97+
|> List.map(e => {
9898
let Key = e.path;
9999
ReactDOM.jsxKeyed(
100100
~key=Key,
@@ -120,7 +120,7 @@
120120
),
121121
(),
122122
);
123-
)
123+
})
124124
|> React.list,
125125
(),
126126
),

0 commit comments

Comments
 (0)