Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 29, 2024
1 parent 98e4b1e commit 57a4b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/simple/simple.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
<Box flexDirection="column" padding={1}>
<Text underline bold color="red">
{/* eslint-disable-next-line react/jsx-curly-brace-presence */}
{'Hello'} {'World'}
{'Hello World'}
</Text>

<Box marginTop={1} width={60}>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/static/static.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function App() {
<Box flexDirection="column" padding={1}>
<Text underline bold color="red">
{/* eslint-disable-next-line react/jsx-curly-brace-presence */}
{'Hello'} {'World'}
{'Hello World'}
</Text>

<Text>Rendered: {items.length}</Text>
Expand Down

0 comments on commit 57a4b21

Please sign in to comment.