Skip to content

Commit 8a01e36

Browse files
committed
chore: lint
Signed-off-by: Akshat Patel <[email protected]>
1 parent 14dca49 commit 8a01e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/table-model.class.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ export class TableModel implements PaginationModel {
548548
* cycle through the three sort states
549549
* @param index
550550
*/
551-
cycleSortState(index: number){
551+
cycleSortState(index: number) {
552552
// no sort provided so do the simple sort
553553
switch (this.header[index].sortDirection) {
554554
case "ASCENDING":

0 commit comments

Comments
 (0)