1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

trailing whitespace

This commit is contained in:
Matthew Hodgson
2016-04-18 01:34:45 +01:00
parent f4573bae49
commit eeb9abdf81

View File

@ -293,7 +293,7 @@ module.exports = React.createClass({
// no change // no change
} }
else { else {
this.setState((state, props) => { this.setState((state, props) => {
return {numUnreadMessages: state.numUnreadMessages + 1}; return {numUnreadMessages: state.numUnreadMessages + 1};
}); });
} }