Skip to content

Commit a33b70c

Browse files
author
Tobias Schweizer
committed
refactor (MatCalendarHeader): fix indentation
1 parent 6d0a4d2 commit a33b70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class MatCalendarHeader implements OnDestroy {
6161
if (this.calendar.currentView == 'month') {
6262
return this._dateAdapter
6363
.format(this.calendar.activeDate, this._dateFormats.display.monthYearLabel)
64-
.toLocaleUpperCase();
64+
.toLocaleUpperCase();
6565
}
6666
if (this.calendar.currentView == 'year') {
6767
return this._dateAdapter.getYearName(this.calendar.activeDate);

0 commit comments

Comments
 (0)