Skip to content

Commit 5e71f28

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Fix lint.
1 parent 26876cb commit 5e71f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/directives/for-of/for_of.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,6 @@ export class IgxForOfDirective<T> implements OnInit, OnChanges, DoCheck, OnDestr
12891289
this._calcVirtualScrollTop(this.scrollPosition);
12901290
currentScrollTop = this._virtScrollTop;
12911291
}
1292-
12931292
const vScroll = this.scrollComponent.nativeElement;
12941293
scrollOffset = vScroll && this.scrollComponent.size ?
12951294
currentScrollTop - this.sizesCache[this.state.startIndex] : 0;

0 commit comments

Comments
 (0)