Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaytkbabu committed Oct 3, 2023
1 parent d05a8c9 commit 661d351
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ export class ManagementPlanDetailComponent extends RecordComponent implements On
private ngUnsubscribe: Subject<boolean> = new Subject<boolean>();

constructor(public route: ActivatedRoute, public router: Router, public changeDetectionRef: ChangeDetectorRef
,public factoryService: FactoryService) {
, public factoryService: FactoryService) {
super();

}

ngOnInit() {
Expand Down

0 comments on commit 661d351

Please sign in to comment.