From edb868655e52f934a71141175cf9dc6cb4753e11 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Mar 2020 14:08:42 +0100 Subject: Fix lint --- client/src/app/+video-channels/video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index f3cd5dea5..a3563c747 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts @@ -34,7 +34,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { private videoChannelService: VideoChannelService, private restExtractor: RestExtractor, private hotkeysService: HotkeysService, - private screenService: ScreenService + private screenService: ScreenService ) { } ngOnInit () { -- cgit v1.2.3