]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / client / src / app / my-account / my-account-video-channels / my-account-video-channels.component.ts
index eb04094e1e493c6ea01c97d45b9b4ab6fe8943b1..eeaca11df96d7d76583bbbbbc597d0de568a1717 100644 (file)
@@ -13,7 +13,7 @@ import { User } from '@app/shared'
   templateUrl: './my-account-video-channels.component.html',
   styleUrls: [ './my-account-video-channels.component.scss' ]
 })
-export class MyAccountVideoChannelsComponent implements OnInit{
+export class MyAccountVideoChannelsComponent implements OnInit {
   videoChannels: VideoChannel[] = []
 
   private user: User