Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Format ReScript code
  • Loading branch information
nojaf committed Aug 29, 2025
commit b0716514229d7ba8132af3c62d6b58a4aacd9681
3 changes: 1 addition & 2 deletions tests/gentype_tests/typescript-react-example/src/Hooks.res
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ let make = (~vehicle) => {
{React.string("child2")}
</ImportHooks>
<ImportHookDefault
person={name: "DefaultImport", age: 42} renderMe={x => React.string(x["randomString"])}
>
person={name: "DefaultImport", age: 42} renderMe={x => React.string(x["randomString"])}>
{React.string("child1")}
{React.string("child2")}
</ImportHookDefault>
Expand Down
3 changes: 1 addition & 2 deletions tests/syntax_benchmarks/data/HeroGraphic.res
Original file line number Diff line number Diff line change
Expand Up @@ -1997,8 +1997,7 @@ let make = (~width="760", ~height="380") =>
y1="180.64"
x2="362.765"
y2="435.722"
gradientUnits="userSpaceOnUse"
>
gradientUnits="userSpaceOnUse">
<stop offset="0.0658436" stopColor="#3A7DDD" />
<stop offset="0.4001" stopColor="#265291" />
<stop offset="0.571" stopColor="#1D3E6E" />
Expand Down
Loading