You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the default options, the closing round bracket in return clause is indented one level more.
class App extends Component {
render() {
return (
<div className="App">
<Header/>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
</p>
</div>
); // prefer aligned with return instead of </div>
}
}
with the default options, the closing round bracket in return clause is indented one level more.
I am using [email protected] and [email protected]
The text was updated successfully, but these errors were encountered: