]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/modal/video-share.component.ts
remove unused imports
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-share.component.ts
index 71d6f5633054d131cf24058a20767f28172e8898..17e2b31e1bb8e4b3c974fc064ee4e22162aa39f9 100644 (file)
@@ -25,9 +25,7 @@ export class VideoShareComponent {
     private modalService: NgbModal,
     private notificationsService: NotificationsService,
     private i18n: I18n
-  ) {
-    // empty
-  }
+  ) { }
 
   show (currentVideoTimestamp?: number) {
     this.currentVideoTimestamp = Math.floor(currentVideoTimestamp)