chore(style): add keyword spacing rule (#1098)

This commit is contained in:
q1anx1
2022-09-04 19:40:30 +08:00
committed by GitHub
parent 8128671c8c
commit 35676455bc
4 changed files with 7 additions and 6 deletions

View File

@ -527,7 +527,7 @@ class App extends Component {
}
renderRouter() {
return(
return (
<div>
<Switch>
<Route exact path="/result" render={(props) => this.renderHomeIfLoggedIn(<ResultPage {...props} />)} />
@ -618,7 +618,7 @@ class App extends Component {
</div>
);
} else {
return(
return (
<div>
<Header style={{padding: "0", marginBottom: "3px"}}>
{