Fix lint error introduced in #2539
authorRigel Kent <sendmemail@rigelk.eu>
Fri, 6 Mar 2020 12:10:34 +0000 (13:10 +0100)
committerRigel Kent <sendmemail@rigelk.eu>
Fri, 6 Mar 2020 12:10:34 +0000 (13:10 +0100)
client/src/app/videos/+video-watch/comment/video-comments.component.ts

index 910a1761c9e5af8d9d59d6b6779f20f0b6b8bafe..ba59e0a1d514843cf6d616b5731b9892c8a2a962 100644 (file)
@@ -193,7 +193,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy {
     return this.authService.isLoggedIn()
   }
 
-  onNearOfBottom () {    
+  onNearOfBottom () {
     if (hasMoreItems(this.componentPagination)) {
       this.componentPagination.currentPage++
       this.loadMoreThreads()