Skip to content

Commit 75947d9

Browse files
🤖 dprint fmt
1 parent 8121e01 commit 75947d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/react/v17/test/elementAttributes.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const testCases = [
4040
<svg>
4141
<image crossOrigin="anonymous" />
4242
</svg>,
43-
<details open={true} onToggle={() => { }} name="foo" />,
43+
<details open={true} onToggle={() => {}} name="foo" />,
4444
<input value={["one", "two"] as readonly string[]} />,
4545
<input value={["one", "two"] as string[]} />,
4646
<input value={["one", "two"]} />,
@@ -124,7 +124,7 @@ const eventCallbacksTestCases = [
124124
<meter onClick={e => e.currentTarget.optimum} />,
125125
<output onClick={e => e.currentTarget.value} />,
126126
<time onClick={e => e.currentTarget.dateTime} />,
127-
<video onResize={e => e.currentTarget} onResizeCapture={e => e.currentTarget} />
127+
<video onResize={e => e.currentTarget} onResizeCapture={e => e.currentTarget} />,
128128
];
129129

130130
const ariaAttributesTestCases = [
@@ -133,4 +133,4 @@ const ariaAttributesTestCases = [
133133
<a aria-colindextext="a" />,
134134
<a aria-rowindextext="a" />,
135135
<a aria-description="a" />,
136-
]
136+
];

0 commit comments

Comments
 (0)