Skip to content

Commit 9707b1e

Browse files
committed
react: reformat code
1 parent 0e4a07f commit 9707b1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

types/react/test/elementAttributes.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ const testCases = [
6666
<img src="test" width={100} height={100} />
6767
</picture>,
6868
<picture>
69-
<source media="test" srcSet="test" width={50} height={50}/>
69+
<source media="test" srcSet="test" width={50} height={50} />
7070
<img alt="test" src="test" width={100} height={100} fetchPriority="high" />
7171
</picture>,
7272
<picture>
73-
<source media="test" srcSet="test" width={50} height={50}/>
73+
<source media="test" srcSet="test" width={50} height={50} />
7474
<img alt="test" src="test" width={100} height={100} fetchPriority="low" />
7575
</picture>,
7676
<picture>
77-
<source media="test" srcSet="test" width={50} height={50}/>
77+
<source media="test" srcSet="test" width={50} height={50} />
7878
<img alt="test" src="test" width={100} height={100} fetchPriority="auto" />
7979
</picture>,
8080
<dialog

0 commit comments

Comments
 (0)