Skip to content

Commit ae1b78a

Browse files
committed
chore(*): fix linting error
1 parent e53ca5b commit ae1b78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/grid-samples.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class ColumnHiddenFromMarkupComponent extends BasicGridComponent {
137137
})
138138
export class GridAddColumnComponent extends BasicGridComponent implements OnInit {
139139
public columns: Array<any>;
140-
data = SampleTestData.contactInfoDataFull()
140+
data = SampleTestData.contactInfoDataFull();
141141
public ngOnInit(): void {
142142
this.columns = [
143143
{ field: 'ID', width: 150, movable: true, type: 'string', pinned: true },

0 commit comments

Comments
 (0)