Skip to content

Commit 0e8677a

Browse files
committed
Run Prettier
1 parent eacdba9 commit 0e8677a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/app/data/fixtures.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,11 @@ export const USESPRINGVALUE_CONFIG_DATA: CellData[][] = [
517517
[
518518
{
519519
label: 'immediate',
520-
content: <p>Prevents the animation if true, applying the `to` styles immediately.</p>,
520+
content: (
521+
<p>
522+
Prevents the animation if true, applying the `to` styles immediately.
523+
</p>
524+
),
521525
},
522526
{
523527
label: 'boolean | function',

0 commit comments

Comments
 (0)