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

pull/27221/head^2
Steven Torrence 2019-02-10 16:29:12 -06:00 committed by Randell Dawson
parent 9c881dcc6e
commit 06b3b078a6
1 changed files with 1 additions and 1 deletions

View File

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