From a5676e78422bfed491458c3cc5db41eee6ef3deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 9 Mar 2018 13:27:27 +0100 Subject: [PATCH] Fix code style --- src/app/participant-room/participant-room.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/participant-room/participant-room.component.ts b/src/app/participant-room/participant-room.component.ts index f78016239..2e865692e 100644 --- a/src/app/participant-room/participant-room.component.ts +++ b/src/app/participant-room/participant-room.component.ts @@ -33,7 +33,6 @@ export class ParticipantRoomComponent implements OnInit { }); } - goBack(): void { this.location.back(); } -- GitLab