Skip to content

Commit 57bd12c

Browse files
author
Tobias Schweizer
committed
refactor (MatCalendar): fix indentation
1 parent 02b5604 commit 57bd12c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lib/datepicker/calendar.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ import {ComponentPortal, ComponentType, Portal} from '@angular/cdk/portal';
4242
changeDetection: ChangeDetectionStrategy.OnPush,
4343
})
4444
export class MatCalendarHeader {
45-
constructor(@Host() public calendar: MatCalendar<any>,
46-
private _intl: MatDatepickerIntl,
47-
changeDetectorRef: ChangeDetectorRef) {
45+
constructor(@Host() public calendar: MatCalendar<any>,
46+
private _intl: MatDatepickerIntl,
47+
changeDetectorRef: ChangeDetectorRef) {
4848

49-
this._intlChanges = _intl.changes.subscribe(() => changeDetectorRef.markForCheck());
50-
}
49+
this._intlChanges = _intl.changes.subscribe(() => changeDetectorRef.markForCheck());
50+
}
5151

52-
private _intlChanges: Subscription;
52+
private _intlChanges: Subscription;
5353
}
5454

5555
/**

0 commit comments

Comments
 (0)