From e9683f850db6e21f12ec0ed330129ac5479d4359 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Oct 2018 14:58:11 +0200 Subject: [PATCH] Fix lint --- client/src/app/shared/video/syndication.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.41.0