fix indentation spaces and readability line spaces

This commit is contained in:
nurjinn jafar 2020-08-24 14:04:20 +02:00
parent b79cf1e7ad
commit 5b7ccb5a78

View file

@ -68,6 +68,7 @@ if (DEBUG) {
// using bind means that we get to keep useful line numbers in the console
debuglog = console.log.bind(console);
}
export default createReactClass({
displayName: 'RoomView',
propTypes: {
@ -624,6 +625,7 @@ export default createReactClass({
ev.stopPropagation();
ev.preventDefault();
}
},
onAction: function(payload) {
switch (payload.action) {