1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +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
}
else {
this.setState((state, props) => {
this.setState((state, props) => {
return {numUnreadMessages: state.numUnreadMessages + 1};
});
}