aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/syndication.model.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-18 14:58:11 +0200
committerChocobozzz <me@florianbigard.com>2018-10-18 14:58:11 +0200
commite9683f850db6e21f12ec0ed330129ac5479d4359 (patch)
treec4e2576800e08aea771e8892018e7a37268c4ee1 /client/src/app/shared/video/syndication.model.ts
parentc199c427d4ae586339822320f20f512a7a19dc3f (diff)
downloadPeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.tar.gz
PeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.tar.zst
PeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.zip
Fix lint
Diffstat (limited to 'client/src/app/shared/video/syndication.model.ts')
-rw-r--r--client/src/app/shared/video/syndication.model.ts2
1 files changed, 1 insertions, 1 deletions
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 {
4 format: FeedFormat, 4 format: FeedFormat,
5 label: string, 5 label: string,
6 url: string 6 url: string
7} \ No newline at end of file 7}