From: Chocobozzz Date: Tue, 10 Mar 2020 13:08:42 +0000 (+0100) Subject: Fix lint X-Git-Tag: v2.2.0-rc.1~391 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=edb868655e52f934a71141175cf9dc6cb4753e11;p=oweals%2Fpeertube.git Fix lint --- 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 () {