diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 21:45:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 21:45:05 +0200 |
commit | 980246ea8f1c51a137eaf0c441ef7e3b6fb88810 (patch) | |
tree | 0ce1339bc1d56a2dfd35935fe4f0303df8f75eca /client | |
parent | 8221fef0f9d9b426fa498840d3f4fe2abfe19788 (diff) | |
download | PeerTube-980246ea8f1c51a137eaf0c441ef7e3b6fb88810.tar.gz PeerTube-980246ea8f1c51a137eaf0c441ef7e3b6fb88810.tar.zst PeerTube-980246ea8f1c51a137eaf0c441ef7e3b6fb88810.zip |
Make tslint happy
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/forms/form-validators/user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/form-validators/user.ts b/client/src/app/shared/forms/form-validators/user.ts index 087a99760..d4c4c1d33 100644 --- a/client/src/app/shared/forms/form-validators/user.ts +++ b/client/src/app/shared/forms/form-validators/user.ts | |||
@@ -28,4 +28,4 @@ export const USER_VIDEO_QUOTA = { | |||
28 | 'required': 'Video quota is required.', | 28 | 'required': 'Video quota is required.', |
29 | 'min': 'Quota must be greater than -1.' | 29 | 'min': 'Quota must be greater than -1.' |
30 | } | 30 | } |
31 | } \ No newline at end of file | 31 | } |