1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Formatting

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
David Baker
2021-09-03 10:38:39 +01:00
committed by GitHub
parent 1a0365f528
commit 7b52cca8d3

View File

@@ -1150,7 +1150,7 @@ export default class CallHandler extends EventEmitter {
});
}
private addCallForRoom(roomId: string, call: MatrixCall, changedRooms=false): void {
private addCallForRoom(roomId: string, call: MatrixCall, changedRooms = false): void {
if (this.calls.has(roomId)) {
console.log(`Couldn't add call to room ${roomId}: already have a call for this room`);
throw new Error("Already have a call for room " + roomId);