From: Chocobozzz Date: Thu, 18 Oct 2018 12:58:11 +0000 (+0200) Subject: Fix lint X-Git-Tag: v1.1.0-alpha.2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9683f850db6e21f12ec0ed330129ac5479d4359;p=oweals%2Fpeertube.git Fix lint --- diff --git a/client/src/app/shared/video/syndication.model.ts b/client/src/app/shared/video/syndication.model.ts index a52b5771b..c59ab01e8 100644 --- a/client/src/app/shared/video/syndication.model.ts +++ b/client/src/app/shared/video/syndication.model.ts @@ -4,4 +4,4 @@ export interface Syndication { format: FeedFormat, label: string, url: string -} \ No newline at end of file +}