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.immae.eu/?a=commitdiff_plain;h=e9683f850db6e21f12ec0ed330129ac5479d4359;hp=c199c427d4ae586339822320f20f512a7a19dc3f;p=github%2FChocobozzz%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 +}