Improve formatting of Challenge Seed (#35854)

This commit is contained in:
Kyle Scheuerlein
2019-05-08 16:32:02 -07:00
committed by Tom
parent 05de360085
commit 3b5fbe3edb

View File

@ -51,7 +51,7 @@ tests:
<div id='jsx-seed'>
```jsx
const List= (props) => {
const List = (props) => {
{ /* change code below this line */ }
return <p>{}</p>
{ /* change code above this line */ }