Fixed comment closing tag to match comment opening tag spacing and be symmetrical (#35136)
This commit is contained in:
committed by
Randell Dawson
parent
9c881dcc6e
commit
06b3b078a6
@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user