You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
ManageEventIndexDialog: Add a space before the function parenthesis.
This commit is contained in:
@@ -46,7 +46,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
||||
};
|
||||
}
|
||||
|
||||
updateCurrentRoom = async(room) => {
|
||||
updateCurrentRoom = async (room) => {
|
||||
const eventIndex = EventIndexPeg.get();
|
||||
let stats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user