Skip to content

Commit f3a0c7c

Browse files
committed
format with prettier
1 parent 7785cfb commit f3a0c7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/real-world/public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>React App</title>
77
</head>
88
<body>

examples/real-world/src/store/makeStore.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import rootReducer from '../reducers'
33

44
const makeStore = () =>
55
configureStore({
6-
reducer: rootReducer,
6+
reducer: rootReducer
77
})
88

99
export default makeStore

0 commit comments

Comments
 (0)