From 06d4ca99287483686ec2f7cde43ddc3e02df1d1f Mon Sep 17 00:00:00 2001
From: Lukas Kimpel <lukas.kimpel@mni.thm.de>
Date: Thu, 15 Mar 2018 22:41:07 +0100
Subject: [PATCH] Resolve code style

---
 .../participant-choice-content.component.ts                     | 2 --
 .../participant-content-carousel-page.component.ts              | 1 -
 .../participant-text-content.component.ts                       | 2 --
 3 files changed, 5 deletions(-)

diff --git a/src/app/participant-choice-content/participant-choice-content.component.ts b/src/app/participant-choice-content/participant-choice-content.component.ts
index 16812f5ab..365adb1b4 100644
--- a/src/app/participant-choice-content/participant-choice-content.component.ts
+++ b/src/app/participant-choice-content/participant-choice-content.component.ts
@@ -8,7 +8,6 @@ import { AnswerOption } from '../answer-option';
   styleUrls: ['./participant-choice-content.component.scss']
 })
 export class ParticipantChoiceContentComponent implements OnInit {
-
   content: ChoiceContent = new ChoiceContent('2',
     '1',
     '1',
@@ -29,5 +28,4 @@ export class ParticipantChoiceContentComponent implements OnInit {
 
   ngOnInit() {
   }
-
 }
diff --git a/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts b/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts
index 5fa82c677..b1ae4172b 100644
--- a/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts
+++ b/src/app/participant-content-carousel-page/participant-content-carousel-page.component.ts
@@ -17,5 +17,4 @@ export class ParticipantContentCarouselPageComponent implements OnInit {
 
   ngOnInit() {
   }
-
 }
diff --git a/src/app/participant-text-content/participant-text-content.component.ts b/src/app/participant-text-content/participant-text-content.component.ts
index 0cec24630..efb026006 100644
--- a/src/app/participant-text-content/participant-text-content.component.ts
+++ b/src/app/participant-text-content/participant-text-content.component.ts
@@ -7,7 +7,6 @@ import { TextContent } from '../text-content';
   styleUrls: ['./participant-text-content.component.scss']
 })
 export class ParticipantTextContentComponent implements OnInit {
-
   content: TextContent = new TextContent('1',
     '1',
     '1',
@@ -23,5 +22,4 @@ export class ParticipantTextContentComponent implements OnInit {
 
   submit(answer: string) {
   }
-
 }
-- 
GitLab