Fixed comment closing tag to match comment opening tag spacing and be symmetrical (#35136)

This commit is contained in:
Steven Torrence
2019-02-10 16:29:12 -06:00
committed by Randell Dawson
parent 9c881dcc6e
commit 06b3b078a6

View File

@ -50,7 +50,7 @@ class Fruits extends React.Component {
<h2>Fruits:</h2> <h2>Fruits:</h2>
{ /* change code below this line */ } { /* change code below this line */ }
{ /* change code above this line */ } { /* change code above this line */ }
</div> </div>
); );
} }