Skip to content
Snippets Groups Projects
Verified Commit 06d4ca99 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Resolve code style

parent ebfd6524
Branches
Tags
1 merge request!89Resolve "content types (HTML)"
...@@ -8,7 +8,6 @@ import { AnswerOption } from '../answer-option'; ...@@ -8,7 +8,6 @@ import { AnswerOption } from '../answer-option';
styleUrls: ['./participant-choice-content.component.scss'] styleUrls: ['./participant-choice-content.component.scss']
}) })
export class ParticipantChoiceContentComponent implements OnInit { export class ParticipantChoiceContentComponent implements OnInit {
content: ChoiceContent = new ChoiceContent('2', content: ChoiceContent = new ChoiceContent('2',
'1', '1',
'1', '1',
...@@ -29,5 +28,4 @@ export class ParticipantChoiceContentComponent implements OnInit { ...@@ -29,5 +28,4 @@ export class ParticipantChoiceContentComponent implements OnInit {
ngOnInit() { ngOnInit() {
} }
} }
...@@ -17,5 +17,4 @@ export class ParticipantContentCarouselPageComponent implements OnInit { ...@@ -17,5 +17,4 @@ export class ParticipantContentCarouselPageComponent implements OnInit {
ngOnInit() { ngOnInit() {
} }
} }
...@@ -7,7 +7,6 @@ import { TextContent } from '../text-content'; ...@@ -7,7 +7,6 @@ import { TextContent } from '../text-content';
styleUrls: ['./participant-text-content.component.scss'] styleUrls: ['./participant-text-content.component.scss']
}) })
export class ParticipantTextContentComponent implements OnInit { export class ParticipantTextContentComponent implements OnInit {
content: TextContent = new TextContent('1', content: TextContent = new TextContent('1',
'1', '1',
'1', '1',
...@@ -23,5 +22,4 @@ export class ParticipantTextContentComponent implements OnInit { ...@@ -23,5 +22,4 @@ export class ParticipantTextContentComponent implements OnInit {
submit(answer: string) { submit(answer: string) {
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment