Skip to content

Commit

Permalink
Tweak style
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 24, 2015
1 parent 5fbf375 commit 607dc96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/createConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ export default function createConnect(React) {
return;
}

this.setState({storeState: this.store.getState()});
this.setState({
storeState: this.store.getState()
});
}

getWrappedInstance() {
Expand Down

0 comments on commit 607dc96

Please sign in to comment.