From 7b52cca8d36c2b4e8bc27de84d7c7faa897f003d Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 3 Sep 2021 10:38:39 +0100 Subject: [PATCH] Formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/CallHandler.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CallHandler.tsx b/src/CallHandler.tsx index 002a4f821d..fe938c9929 100644 --- a/src/CallHandler.tsx +++ b/src/CallHandler.tsx @@ -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);