Skip to content

Commit

Permalink
Prettier fix for paginator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fenilg authored Dec 18, 2024
1 parent 59d60ed commit ccf0cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/paginator/paginator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export class Paginator implements OnInit, AfterContentInit, OnChanges {
constructor(
private cd: ChangeDetectorRef,
private config: PrimeNGConfig
) {}
) { }

ngOnInit() {
this.updatePaginatorState();
Expand Down Expand Up @@ -560,4 +560,4 @@ export class Paginator implements OnInit, AfterContentInit, OnChanges {
exports: [Paginator, DropdownModule, InputNumberModule, FormsModule, SharedModule],
declarations: [Paginator]
})
export class PaginatorModule {}
export class PaginatorModule { }

0 comments on commit ccf0cd5

Please sign in to comment.