From b4da290e497754f539e65da19617bcd63ae22836 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20W=C3=A4chter?= <lars.waechter@mni.thm.de>
Date: Wed, 26 May 2021 01:03:57 +0200
Subject: [PATCH] Fix code style

---
 src/app/models/comment.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/models/comment.ts b/src/app/models/comment.ts
index 45a55c60d..c6294de90 100644
--- a/src/app/models/comment.ts
+++ b/src/app/models/comment.ts
@@ -39,7 +39,8 @@ export class Comment {
               answer: string = '',
               userNumber: number = 0,
               keywordsFromSpacy: string[] = [],
-              keywordsFromQuestioner: string[] = []) {
+              keywordsFromQuestioner: string[] = []
+             ) {
     this.id = '';
     this.roomId = roomId;
     this.creatorId = creatorId;
-- 
GitLab