From ddeb373a07ecc45a2470fd93f60adfc630e7a3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20K=C3=A4sler?= <tom.kaesler@mni.thm.de> Date: Thu, 7 Mar 2019 14:40:46 +0100 Subject: [PATCH] fix lint errors --- .../content-choice-creator.component.spec.ts | 2 +- .../content-create-page/content-create-page.component.spec.ts | 2 +- .../creator/content-creator/content-creator.component.spec.ts | 2 +- .../content-likert-creator.component.spec.ts | 2 +- .../creator/content-list/content-list.component.spec.ts | 2 +- .../content-text-creator/content-text-creator.component.spec.ts | 2 +- .../content-yes-no-creator.component.spec.ts | 2 +- .../home-creator-page/home-creator-page.component.spec.ts | 2 +- .../room-creator-page/room-creator-page.component.spec.ts | 2 +- .../components/home/new-landing/new-landing.component.spec.ts | 2 +- .../comment-create-page/comment-create-page.component.spec.ts | 2 +- .../content-choice-participant.component.spec.ts | 2 +- .../content-text-participant.component.spec.ts | 2 +- .../home-participant-page.component.spec.ts | 2 +- .../participant-content-carousel-page.component.spec.ts | 2 +- .../room-participant-page.component.spec.ts | 2 +- .../_dialogs/statistic-help/statistic-help.component.spec.ts | 2 +- .../shared/comment-list/comment-list.component.spec.ts | 2 +- .../feedback-barometer-page.component.spec.ts | 2 +- src/app/components/shared/footer/footer.component.spec.ts | 2 +- src/app/components/shared/header/header.component.spec.ts | 2 +- .../shared/list-statistic/list-statistic.component.spec.ts | 2 +- src/app/components/shared/login/login.component.spec.ts | 2 +- .../shared/page-not-found/page-not-found.component.spec.ts | 2 +- src/app/components/shared/room-join/room-join.component.spec.ts | 2 +- src/app/components/shared/room-list/room-list.component.spec.ts | 2 +- src/app/components/shared/room-page/room-page.component.spec.ts | 2 +- src/app/components/shared/statistic/statistic.component.spec.ts | 2 +- .../shared/statistics-page/statistics-page.component.spec.ts | 2 +- .../shared/statistics-page/statistics-page.component.ts | 2 +- src/app/guards/authentication.guard.spec.ts | 2 +- src/app/services/http/authentication.service.spec.ts | 2 +- src/app/services/http/comment.service.spec.ts | 2 +- src/app/services/http/content-answer.service.spec.ts | 2 +- src/app/services/http/content.service.spec.ts | 2 +- src/app/services/http/room.service.spec.ts | 2 +- src/app/services/util/notification.service.spec.ts | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.spec.ts b/src/app/components/creator/content-choice-creator/content-choice-creator.component.spec.ts index 92f97c6c2..4553b3029 100644 --- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.spec.ts +++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentChoiceCreatorComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-create-page/content-create-page.component.spec.ts b/src/app/components/creator/content-create-page/content-create-page.component.spec.ts index 3deaae050..448875a28 100644 --- a/src/app/components/creator/content-create-page/content-create-page.component.spec.ts +++ b/src/app/components/creator/content-create-page/content-create-page.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentCreatePageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-creator/content-creator.component.spec.ts b/src/app/components/creator/content-creator/content-creator.component.spec.ts index de2d93671..6a1019b45 100644 --- a/src/app/components/creator/content-creator/content-creator.component.spec.ts +++ b/src/app/components/creator/content-creator/content-creator.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentCreatorComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-likert-creator/content-likert-creator.component.spec.ts b/src/app/components/creator/content-likert-creator/content-likert-creator.component.spec.ts index 67c549ffa..19d5ca08f 100644 --- a/src/app/components/creator/content-likert-creator/content-likert-creator.component.spec.ts +++ b/src/app/components/creator/content-likert-creator/content-likert-creator.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentLikertCreatorComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-list/content-list.component.spec.ts b/src/app/components/creator/content-list/content-list.component.spec.ts index 5339555c6..819b9d0f4 100644 --- a/src/app/components/creator/content-list/content-list.component.spec.ts +++ b/src/app/components/creator/content-list/content-list.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentListComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-text-creator/content-text-creator.component.spec.ts b/src/app/components/creator/content-text-creator/content-text-creator.component.spec.ts index 67dde1067..d8f2031f8 100644 --- a/src/app/components/creator/content-text-creator/content-text-creator.component.spec.ts +++ b/src/app/components/creator/content-text-creator/content-text-creator.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentTextCreatorComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/content-yes-no-creator/content-yes-no-creator.component.spec.ts b/src/app/components/creator/content-yes-no-creator/content-yes-no-creator.component.spec.ts index 3201f809c..d540f3abe 100644 --- a/src/app/components/creator/content-yes-no-creator/content-yes-no-creator.component.spec.ts +++ b/src/app/components/creator/content-yes-no-creator/content-yes-no-creator.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentYesNoCreatorComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/home-creator-page/home-creator-page.component.spec.ts b/src/app/components/creator/home-creator-page/home-creator-page.component.spec.ts index 0df82c8ad..5355c5dd8 100644 --- a/src/app/components/creator/home-creator-page/home-creator-page.component.spec.ts +++ b/src/app/components/creator/home-creator-page/home-creator-page.component.spec.ts @@ -23,4 +23,4 @@ describe('HomeCreatorPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.spec.ts b/src/app/components/creator/room-creator-page/room-creator-page.component.spec.ts index 72c314f30..f12878647 100644 --- a/src/app/components/creator/room-creator-page/room-creator-page.component.spec.ts +++ b/src/app/components/creator/room-creator-page/room-creator-page.component.spec.ts @@ -23,4 +23,4 @@ describe('RoomCreatorPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/home/new-landing/new-landing.component.spec.ts b/src/app/components/home/new-landing/new-landing.component.spec.ts index a11ebde53..7d3920312 100644 --- a/src/app/components/home/new-landing/new-landing.component.spec.ts +++ b/src/app/components/home/new-landing/new-landing.component.spec.ts @@ -23,4 +23,4 @@ describe('NewLandingComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/comment-create-page/comment-create-page.component.spec.ts b/src/app/components/participant/comment-create-page/comment-create-page.component.spec.ts index 5464472ca..5db9a7cba 100644 --- a/src/app/components/participant/comment-create-page/comment-create-page.component.spec.ts +++ b/src/app/components/participant/comment-create-page/comment-create-page.component.spec.ts @@ -23,4 +23,4 @@ describe('CommentCreatePageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.spec.ts b/src/app/components/participant/content-choice-participant/content-choice-participant.component.spec.ts index 163248f42..059c7aa72 100644 --- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.spec.ts +++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentChoiceParticipantComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/content-text-participant/content-text-participant.component.spec.ts b/src/app/components/participant/content-text-participant/content-text-participant.component.spec.ts index c49687bc3..f941035d0 100644 --- a/src/app/components/participant/content-text-participant/content-text-participant.component.spec.ts +++ b/src/app/components/participant/content-text-participant/content-text-participant.component.spec.ts @@ -23,4 +23,4 @@ describe('ContentTextParticipantComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/home-participant-page/home-participant-page.component.spec.ts b/src/app/components/participant/home-participant-page/home-participant-page.component.spec.ts index b9038cf34..4d7fb28f6 100644 --- a/src/app/components/participant/home-participant-page/home-participant-page.component.spec.ts +++ b/src/app/components/participant/home-participant-page/home-participant-page.component.spec.ts @@ -23,4 +23,4 @@ describe('HomeParticipantPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.spec.ts b/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.spec.ts index c5424757f..d32a6342e 100644 --- a/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.spec.ts +++ b/src/app/components/participant/participant-content-carousel-page/participant-content-carousel-page.component.spec.ts @@ -23,4 +23,4 @@ describe('CreatorContentCarouselPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.spec.ts b/src/app/components/participant/room-participant-page/room-participant-page.component.spec.ts index 29ca10d32..d1659fc8d 100644 --- a/src/app/components/participant/room-participant-page/room-participant-page.component.spec.ts +++ b/src/app/components/participant/room-participant-page/room-participant-page.component.spec.ts @@ -23,4 +23,4 @@ describe('RoomParticipantPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.spec.ts b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.spec.ts index 5666c8732..8c096f158 100644 --- a/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.spec.ts +++ b/src/app/components/shared/_dialogs/statistic-help/statistic-help.component.spec.ts @@ -23,4 +23,4 @@ describe('StatisticHelpComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/comment-list/comment-list.component.spec.ts b/src/app/components/shared/comment-list/comment-list.component.spec.ts index 1f05970e2..3c26d5af0 100644 --- a/src/app/components/shared/comment-list/comment-list.component.spec.ts +++ b/src/app/components/shared/comment-list/comment-list.component.spec.ts @@ -23,4 +23,4 @@ describe('CommentListComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/feedback-barometer-page/feedback-barometer-page.component.spec.ts b/src/app/components/shared/feedback-barometer-page/feedback-barometer-page.component.spec.ts index 783686dc9..f20098b14 100644 --- a/src/app/components/shared/feedback-barometer-page/feedback-barometer-page.component.spec.ts +++ b/src/app/components/shared/feedback-barometer-page/feedback-barometer-page.component.spec.ts @@ -23,4 +23,4 @@ describe('FeedbackBarometerPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/footer/footer.component.spec.ts b/src/app/components/shared/footer/footer.component.spec.ts index 5519ca176..cdb3d0046 100644 --- a/src/app/components/shared/footer/footer.component.spec.ts +++ b/src/app/components/shared/footer/footer.component.spec.ts @@ -23,4 +23,4 @@ describe('FooterComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/header/header.component.spec.ts b/src/app/components/shared/header/header.component.spec.ts index b85a25d1d..ce974b327 100644 --- a/src/app/components/shared/header/header.component.spec.ts +++ b/src/app/components/shared/header/header.component.spec.ts @@ -23,4 +23,4 @@ describe('HeaderComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/list-statistic/list-statistic.component.spec.ts b/src/app/components/shared/list-statistic/list-statistic.component.spec.ts index 57891ac2a..322973fba 100644 --- a/src/app/components/shared/list-statistic/list-statistic.component.spec.ts +++ b/src/app/components/shared/list-statistic/list-statistic.component.spec.ts @@ -23,4 +23,4 @@ describe('ListStatisticComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/login/login.component.spec.ts b/src/app/components/shared/login/login.component.spec.ts index 61ffcd860..1ffe0eab8 100644 --- a/src/app/components/shared/login/login.component.spec.ts +++ b/src/app/components/shared/login/login.component.spec.ts @@ -23,4 +23,4 @@ describe('LoginComponentPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/page-not-found/page-not-found.component.spec.ts b/src/app/components/shared/page-not-found/page-not-found.component.spec.ts index 1853727e3..c033f971d 100644 --- a/src/app/components/shared/page-not-found/page-not-found.component.spec.ts +++ b/src/app/components/shared/page-not-found/page-not-found.component.spec.ts @@ -23,4 +23,4 @@ describe('PageNotFoundComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/room-join/room-join.component.spec.ts b/src/app/components/shared/room-join/room-join.component.spec.ts index 54408a7c4..42068707a 100644 --- a/src/app/components/shared/room-join/room-join.component.spec.ts +++ b/src/app/components/shared/room-join/room-join.component.spec.ts @@ -23,4 +23,4 @@ describe('RoomJoinComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/room-list/room-list.component.spec.ts b/src/app/components/shared/room-list/room-list.component.spec.ts index d97973d2d..422a8f467 100644 --- a/src/app/components/shared/room-list/room-list.component.spec.ts +++ b/src/app/components/shared/room-list/room-list.component.spec.ts @@ -23,4 +23,4 @@ describe('RoomListComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/room-page/room-page.component.spec.ts b/src/app/components/shared/room-page/room-page.component.spec.ts index 43db7e443..4c08fdb9c 100644 --- a/src/app/components/shared/room-page/room-page.component.spec.ts +++ b/src/app/components/shared/room-page/room-page.component.spec.ts @@ -23,4 +23,4 @@ describe('RoomPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/statistic/statistic.component.spec.ts b/src/app/components/shared/statistic/statistic.component.spec.ts index 17812be35..f9c9c934c 100644 --- a/src/app/components/shared/statistic/statistic.component.spec.ts +++ b/src/app/components/shared/statistic/statistic.component.spec.ts @@ -23,4 +23,4 @@ describe('StatisticComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/statistics-page/statistics-page.component.spec.ts b/src/app/components/shared/statistics-page/statistics-page.component.spec.ts index 2cd852e16..4c1e77a2b 100644 --- a/src/app/components/shared/statistics-page/statistics-page.component.spec.ts +++ b/src/app/components/shared/statistics-page/statistics-page.component.spec.ts @@ -23,4 +23,4 @@ describe('StatisticsPageComponent', () => { expect(component).toBeTruthy(); }); }); - */ \ No newline at end of file + */ diff --git a/src/app/components/shared/statistics-page/statistics-page.component.ts b/src/app/components/shared/statistics-page/statistics-page.component.ts index 07eb8be76..dd6cb63d7 100644 --- a/src/app/components/shared/statistics-page/statistics-page.component.ts +++ b/src/app/components/shared/statistics-page/statistics-page.component.ts @@ -47,7 +47,7 @@ export class StatisticsPageComponent implements OnInit { this.roomService.getRoom(id).subscribe(room => { this.contentGroups = room.contentGroups; if (this.contentGroups) { - if( this.currentCG) { + if (this.currentCG) { for (let i = 0; i < this.contentGroups.length; i++) { if (this.currentCG.includes(this.contentGroups[i].name)) { this.tabGroup.selectedIndex = i; diff --git a/src/app/guards/authentication.guard.spec.ts b/src/app/guards/authentication.guard.spec.ts index 9a1c79c83..20a08ceeb 100644 --- a/src/app/guards/authentication.guard.spec.ts +++ b/src/app/guards/authentication.guard.spec.ts @@ -13,4 +13,4 @@ describe('AuthenticationGuard', () => { expect(guard).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/http/authentication.service.spec.ts b/src/app/services/http/authentication.service.spec.ts index 04b58af98..581d238a3 100644 --- a/src/app/services/http/authentication.service.spec.ts +++ b/src/app/services/http/authentication.service.spec.ts @@ -13,4 +13,4 @@ describe('AuthenticationService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/http/comment.service.spec.ts b/src/app/services/http/comment.service.spec.ts index fca9bdd26..21eeaf524 100644 --- a/src/app/services/http/comment.service.spec.ts +++ b/src/app/services/http/comment.service.spec.ts @@ -13,4 +13,4 @@ describe('CommentService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/http/content-answer.service.spec.ts b/src/app/services/http/content-answer.service.spec.ts index 3b3ef488c..65aa5687a 100644 --- a/src/app/services/http/content-answer.service.spec.ts +++ b/src/app/services/http/content-answer.service.spec.ts @@ -13,4 +13,4 @@ describe('ContentAnswerService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/http/content.service.spec.ts b/src/app/services/http/content.service.spec.ts index 55369cafc..3064c47f4 100644 --- a/src/app/services/http/content.service.spec.ts +++ b/src/app/services/http/content.service.spec.ts @@ -13,4 +13,4 @@ describe('ContentService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/http/room.service.spec.ts b/src/app/services/http/room.service.spec.ts index 63c9b05f2..3f7346037 100644 --- a/src/app/services/http/room.service.spec.ts +++ b/src/app/services/http/room.service.spec.ts @@ -13,4 +13,4 @@ describe('RoomService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ diff --git a/src/app/services/util/notification.service.spec.ts b/src/app/services/util/notification.service.spec.ts index ec24d5ae3..57d221d76 100644 --- a/src/app/services/util/notification.service.spec.ts +++ b/src/app/services/util/notification.service.spec.ts @@ -13,4 +13,4 @@ describe('NotificationService', () => { expect(service).toBeTruthy(); })); }); - */ \ No newline at end of file + */ -- GitLab