Fix too big line length 1217/head
authorLucas Declercq <lucas.declercq@ineat-conseil.fr>
Mon, 8 Oct 2018 14:33:02 +0000 (16:33 +0200)
committerLucas Declercq <lucas.declercq@ineat-conseil.fr>
Mon, 8 Oct 2018 14:33:02 +0000 (16:33 +0200)
client/src/app/shared/video/video-edit.model.ts

index e385004e57b68600e42a675b8dd1dcfff5651491..5bb0510f91546be137f8fd4dbbe0c8012e3a85e0 100644 (file)
@@ -27,7 +27,15 @@ export class VideoEdit implements VideoUpdate {
   id?: number
   scheduleUpdate?: VideoScheduleUpdate
 
-  constructor (video?: Video & { tags: string[], commentsEnabled: boolean, downloadEnabled: boolean, support: string, thumbnailUrl: string, previewUrl: string }) {
+  constructor (
+    video?: Video & {
+      tags: string[],
+      commentsEnabled: boolean,
+      downloadEnabled: boolean,
+      support: string,
+      thumbnailUrl: string,
+      previewUrl: string
+    }) {
     if (video) {
       this.id = video.id
       this.uuid = video.uuid