Formatting

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
David Baker 2021-09-03 10:38:39 +01:00 committed by GitHub
parent 1a0365f528
commit 7b52cca8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);