Skip to content

Commit

Permalink
Snapshot with lower {}
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 20, 2024
1 parent e6fdb2e commit ca13b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppx/test/lower.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
([@merlin.hide] ReactDOM.domProps)(
~children=
examples
|> List.map(e =>
|> List.map(e => {
let Key = e.path;
ReactDOM.jsxKeyed(
~key=Key,
Expand All @@ -120,7 +120,7 @@
),
(),
);
)
})
|> React.list,
(),
),
Expand Down

0 comments on commit ca13b5a

Please sign in to comment.