Skip to content

Commit f708475

Browse files
committed
fix formatting nit
1 parent 2480906 commit f708475

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/material/datepicker/calendar.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ import {
2727
} from '@angular/core';
2828
import {DateAdapter, MAT_DATE_FORMATS, MatDateFormats} from '@angular/material/core';
2929
import {Subject, Subscription} from 'rxjs';
30+
import {MatCalendarCellCssClasses} from './calendar-body';
3031
import {createMissingDateImplError} from './datepicker-errors';
3132
import {MatDatepickerIntl} from './datepicker-intl';
3233
import {MatMonthView} from './month-view';
33-
import {MatMultiYearView,
34-
yearsPerPage,
35-
getActiveOffset,
36-
isSameMultiYearView} from './multi-year-view';
34+
import {
35+
getActiveOffset,
36+
isSameMultiYearView,
37+
MatMultiYearView,
38+
yearsPerPage
39+
} from './multi-year-view';
3740
import {MatYearView} from './year-view';
38-
import {MatCalendarCellCssClasses} from './calendar-body';
3941

4042
/**
4143
* Possible views for the calendar.

0 commit comments

Comments
 (0)