From: Chocobozzz Date: Mon, 9 Oct 2017 17:21:59 +0000 (+0200) Subject: Fix lint X-Git-Tag: v0.0.1-alpha~304 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4897fc4197a5ac298e542c54c2d50da64ae7e256;p=oweals%2Fpeertube.git Fix lint --- 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'