From 996265d3581c4508f6d1583744f9d02c902c20aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 19 Feb 2019 12:53:32 +0100
Subject: [PATCH] Fix code

---
 src/app/components/shared/room-join/room-join.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/shared/room-join/room-join.component.ts b/src/app/components/shared/room-join/room-join.component.ts
index e78edd031..1a556ec76 100644
--- a/src/app/components/shared/room-join/room-join.component.ts
+++ b/src/app/components/shared/room-join/room-join.component.ts
@@ -38,7 +38,7 @@ export class RoomJoinComponent implements OnInit {
               private router: Router,
               public notificationService: NotificationService,
               private translateService: TranslateService,
-              public authenticationService: AuthenticationService, ) {
+              public authenticationService: AuthenticationService) {
   }
 
   ngOnInit() {
-- 
GitLab