From 3e5324e0d6d93fa840a53c3ca27daf9df00a3572 Mon Sep 17 00:00:00 2001
From: Stefan Plociennik <stefan.plociennik@mni.thm.de>
Date: Tue, 11 May 2021 20:11:43 +0200
Subject: [PATCH] fixed question-wall trailing whitespace

---
 .../questionwall/question-wall/question-wall.component.ts       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.ts b/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
index 23599344d..8148af8a7 100644
--- a/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
+++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.ts
@@ -16,7 +16,7 @@ import { CorrectWrong } from '../../../../models/correct-wrong.enum';
 import { MatSliderChange } from '@angular/material/slider';
 import { Period } from '../../comment-list/comment-list.component';
 
-@Component({ 
+@Component({
   selector: 'app-question-wall',
   templateUrl: './question-wall.component.html',
   styleUrls: ['./question-wall.component.scss']
-- 
GitLab