From ddf32642773973dcc9b5874431a0508e990b5c18 Mon Sep 17 00:00:00 2001 From: Dhoni77 Date: Sat, 21 Oct 2023 16:25:20 +0530 Subject: [PATCH] chore: fix formatting --- .../src/lib/currency-selector/currency-selector.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ui/src/lib/currency-selector/currency-selector.component.ts b/libs/ui/src/lib/currency-selector/currency-selector.component.ts index 12037b9e7..4e6b59d18 100644 --- a/libs/ui/src/lib/currency-selector/currency-selector.component.ts +++ b/libs/ui/src/lib/currency-selector/currency-selector.component.ts @@ -39,7 +39,8 @@ import { map, startWith, takeUntil } from 'rxjs/operators'; }) export class CurrencySelectorComponent extends AbstractMatFormField - implements OnInit, OnDestroy { + implements OnInit, OnDestroy +{ @Input() private currencies: Currency[] = []; @Input() defaultValue: Currency;