diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-18 14:58:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-18 14:58:11 +0200 |
commit | e9683f850db6e21f12ec0ed330129ac5479d4359 (patch) | |
tree | c4e2576800e08aea771e8892018e7a37268c4ee1 | |
parent | c199c427d4ae586339822320f20f512a7a19dc3f (diff) | |
download | PeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.tar.gz PeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.tar.zst PeerTube-e9683f850db6e21f12ec0ed330129ac5479d4359.zip |
Fix lint
-rw-r--r-- | client/src/app/shared/video/syndication.model.ts | 2 |
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 | } |