Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 349aaca

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
fix(lint): fix tslint errors in custom pagination
1 parent 9e7b839 commit 349aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/swt-common-grid.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class SwtCommonGridComponent implements OnInit, AfterViewInit, BackendSer
138138
this.logger.info('method [pagination] - START');
139139
}
140140

141-
get paginationComponent(): SwtCommonGridPaginationComponent{
141+
get paginationComponent(): SwtCommonGridPaginationComponent {
142142
return this._paginationComponent;
143143
}
144144

0 commit comments

Comments
 (0)