Skip to content

Commit b07d709

Browse files
committed
chore(*): update for lint
1 parent 6210549 commit b07d709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/column-resizing.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
516516
expect(resizingSpy).toHaveBeenCalledWith(resizingArgs);
517517
}));
518518

519-
it('should autosize templated column programmatically.',fakeAsync(/** height/width setter rAF */() => {
519+
it('should autosize templated column programmatically.', fakeAsync(/** height/width setter rAF */() => {
520520
const column = grid.getColumnByName('Category');
521521
expect(column.width).toEqual('150px');
522522

0 commit comments

Comments
 (0)