Skip to content

Commit

Permalink
Fix the indentation (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz17m authored and timdorr committed Dec 14, 2017
1 parent 87071fd commit 287ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc/src/containers/App.js
Expand Up @@ -23,7 +23,7 @@ const mapStateToProps = state => ({
})

const mapDispatchToProps = dispatch => ({
actions: bindActionCreators(TodoActions, dispatch)
actions: bindActionCreators(TodoActions, dispatch)
})

export default connect(
Expand Down

0 comments on commit 287ea5e

Please sign in to comment.