Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 4, 2024
1 parent e4c7792 commit ae51553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/treetable/treetable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ export class TreeTable implements AfterContentInit, OnInit, OnDestroy, Blockable
this.totalRecords = this.filteredNodes ? this.filteredNodes.length : this.value ? this.value.length : 0;
}
}
this.cd.markForCheck()
this.cd.markForCheck();
}

this.first = 0;
Expand Down

0 comments on commit ae51553

Please sign in to comment.