diff --git a/src/app/models/comment.ts b/src/app/models/comment.ts
index 45a55c60dcc1bd33798e2b196bce73dd3fb680ce..c6294de90402c53bdf07e45d264b8d2f2e5a0129 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;