Skip to content

Commit 607dc96

Browse files
committed
Tweak style
1 parent 5fbf375 commit 607dc96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/createConnect.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ export default function createConnect(React) {
196196
return;
197197
}
198198

199-
this.setState({storeState: this.store.getState()});
199+
this.setState({
200+
storeState: this.store.getState()
201+
});
200202
}
201203

202204
getWrappedInstance() {

0 commit comments

Comments
 (0)