Skip to content

Commit 0c6cd17

Browse files
committed
fixed code styles - spaces
1 parent c219de2 commit 0c6cd17

File tree

5 files changed

+433
-433
lines changed

5 files changed

+433
-433
lines changed

frontend/.eslintrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins:
2626
rules:
2727
indent:
2828
- error
29-
- tab
29+
- 2
3030
linebreak-style:
3131
- error
3232
- unix

frontend/src/App.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { BrowserRouter } from 'react-router-dom'
33
import App from './App'
44

55
test('app skeleton renders correctly', () => {
6-
const { container } = render(<BrowserRouter><App /></BrowserRouter>)
7-
expect(container.firstChild).toMatchSnapshot()
6+
const { container } = render(<BrowserRouter><App /></BrowserRouter>)
7+
expect(container.firstChild).toMatchSnapshot()
88
})

0 commit comments

Comments
 (0)