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
No related merge requests found
......@@ -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() {
}
}
......@@ -17,5 +17,4 @@ export class ParticipantContentCarouselPageComponent implements OnInit {
ngOnInit() {
}
}
......@@ -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) {
}
}
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