ManageEventIndexDialog: Add a space before the function parenthesis.

pull/21833/head
Damir Jelić 2020-02-18 13:15:28 +01:00
parent 1897d67818
commit a650c47d6b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default class ManageEventIndexDialog extends React.Component {
};
}
updateCurrentRoom = async(room) => {
updateCurrentRoom = async (room) => {
const eventIndex = EventIndexPeg.get();
let stats;