Skip to content

Commit 2db77fe

Browse files
committed
chore(*): Remove extra empty spaces.
1 parent c0c8541 commit 2db77fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-row-pinning.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ describe('Row Pinning #grid', () => {
881881
grid.navigateTo(10);
882882
await wait(DEBOUNCE_TIME);
883883
fix.detectChanges();
884-
884+
885885
const firstRowCell = grid.getRowByIndex(0).cells.toArray()[1];
886886
UIInteractions.simulateClickAndSelectEvent(firstRowCell);
887887
await wait(DEBOUNCE_TIME);
@@ -908,9 +908,9 @@ describe('Row Pinning #grid', () => {
908908
fix.detectChanges();
909909
await wait(DEBOUNCE_TIME);
910910
fix.detectChanges();
911-
911+
912912
expect(grid.verticalScrollContainer.getScroll().scrollTop).not.toEqual(0);
913-
913+
914914
const lastRowCell = grid.getRowByIndex(27).cells.toArray()[1];
915915
UIInteractions.simulateClickAndSelectEvent(lastRowCell);
916916
await wait(DEBOUNCE_TIME);
@@ -962,7 +962,7 @@ describe('Row Pinning #grid', () => {
962962
fix.detectChanges();
963963
await wait(DEBOUNCE_TIME);
964964
fix.detectChanges();
965-
965+
966966
const lastRowCell = grid.getRowByIndex(27).cells.toArray()[1];
967967
UIInteractions.simulateClickAndSelectEvent(lastRowCell);
968968
await wait(DEBOUNCE_TIME);

0 commit comments

Comments
 (0)