Skip to content

Commit 5a1b3e0

Browse files
committed
Remove dangling comma
1 parent dc5fdb4 commit 5a1b3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/async/store/configureStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function configureStore(initialState) {
77
const store = createStore(
88
rootReducer,
99
initialState,
10-
applyMiddleware(thunkMiddleware, createLogger()),
10+
applyMiddleware(thunkMiddleware, createLogger())
1111
)
1212

1313
if (module.hot) {

0 commit comments

Comments
 (0)