Skip to content

Commit 3662856

Browse files
committed
style: date-picker
1 parent a2f52db commit 3662856

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/date-picker/src/date-adapter/multi-format-date-adapter.ts

-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class NgxMultiFormatDateAdapter extends DateAdapter<TypeForAdapter, Local
4040

4141
public constructor(
4242
@Optional() @Inject(MAT_DATE_LOCALE) matDateLocale: Record<string, unknown>
43-
4443
) {
4544
super();
4645
this.locale = matDateLocale;
@@ -236,4 +235,3 @@ export class NgxMultiFormatDateAdapter extends DateAdapter<TypeForAdapter, Local
236235
return fn(parsed);
237236
}
238237
}
239-

0 commit comments

Comments
 (0)