Skip to content

Commit 6b70efe

Browse files
chore(grid): Fixing formatting
1 parent 8cdf9ea commit 6b70efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-cell-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ describe('IgxGrid - Cell selection #grid', () => {
258258
expect(grid.selectedCells.length).toBe(1);
259259
});
260260

261-
it('Should not trigger range selection when CellTemplate is used and the user clicks on element inside it',()=>{
261+
it('Should not trigger range selection when CellTemplate is used and the user clicks on element inside it', () => {
262262
fix = TestBed.createComponent(IgxGridRowEditingWithoutEditableColumnsComponent);
263263
fix.detectChanges();
264264

0 commit comments

Comments
 (0)