From 23db998f07d674c621972a769df73203b14e093a Mon Sep 17 00:00:00 2001 From: BO41 Date: Sat, 22 Sep 2018 20:11:16 +0200 Subject: remove unused imports --- client/src/app/videos/+video-watch/modal/video-support.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/src/app/videos/+video-watch/modal/video-support.component.ts') diff --git a/client/src/app/videos/+video-watch/modal/video-support.component.ts b/client/src/app/videos/+video-watch/modal/video-support.component.ts index 2d400e0be..154002120 100644 --- a/client/src/app/videos/+video-watch/modal/video-support.component.ts +++ b/client/src/app/videos/+video-watch/modal/video-support.component.ts @@ -19,9 +19,7 @@ export class VideoSupportComponent { constructor ( private markdownService: MarkdownService, private modalService: NgbModal - ) { - // empty - } + ) { } show () { this.videoHTMLSupport = this.markdownService.enhancedMarkdownToHTML(this.video.support) -- cgit v1.2.3