Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Mar 19, 2024
1 parent 0afc14e commit e0ea2ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ export class LegacyContactEditComponent implements OnInit {
public email: string;
public waiting = false;

constructor(private api: ApiService, private message: MessageService, private analytics:AnalyticsService) {}
constructor(
private api: ApiService,
private message: MessageService,
private analytics: AnalyticsService
) {}

ngOnInit(): void {
this.name = this.legacyContact?.name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class NewPledgeComponent implements OnInit, AfterViewInit, OnDestroy {
private iframe: IFrameService,
private pledgeService: PledgeService,
private deviceService: DeviceService,
private analytics:AnalyticsService
private analytics: AnalyticsService
) {
NewPledgeComponent.currentInstance = this;
this.initStripeElements();
Expand Down

0 comments on commit e0ea2ab

Please sign in to comment.