From 4897fc4197a5ac298e542c54c2d50da64ae7e256 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 Oct 2017 19:21:59 +0200 Subject: Fix lint --- client/src/app/videos/+video-edit/video-add.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/videos/+video-edit/video-add.component.ts b/client/src/app/videos/+video-edit/video-add.component.ts index d930423c2..8043bb41c 100644 --- a/client/src/app/videos/+video-edit/video-add.component.ts +++ b/client/src/app/videos/+video-edit/video-add.component.ts @@ -14,7 +14,7 @@ import { VIDEO_TAGS, VIDEO_FILE } from '../../shared' -import { ServerService} from '../../core' +import { ServerService } from '../../core' import { VideoService } from '../shared' import { VideoCreate } from '../../../../../shared' import { HttpEventType, HttpResponse } from '@angular/common/http' -- cgit v1.2.3