Skip to content

Commit

Permalink
Remove dangling comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 28, 2016
1 parent dc5fdb4 commit 5a1b3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async/store/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function configureStore(initialState) {
const store = createStore(
rootReducer,
initialState,
applyMiddleware(thunkMiddleware, createLogger()),
applyMiddleware(thunkMiddleware, createLogger())
)

if (module.hot) {
Expand Down

0 comments on commit 5a1b3e0

Please sign in to comment.