Skip to content

Commit 79f2bfe

Browse files
Vasil MihalkovVasil Mihalkov
Vasil Mihalkov
authored and
Vasil Mihalkov
committed
fix(igxGrid): Fixed lint error #6640
1 parent d4c4e32 commit 79f2bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('Row Pinning #grid', () => {
263263
expect(spans.length).toBe(2);
264264
expect(finds).toEqual(2);
265265
});
266-
266+
267267
it('should allow pinning onInit', () => {
268268
expect(() => {
269269
fix = TestBed.createComponent(GridRowPinningComponent);

0 commit comments

Comments
 (0)