Skip to content

Commit

Permalink
chore: fix linting errors (angular#5617)
Browse files Browse the repository at this point in the history
As a result of c09e8a7, a few linting errors got introduced.
  • Loading branch information
crisbeto authored and jelbourn committed Jul 10, 2017
1 parent 077ebf6 commit 557b31b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/datepicker/datepicker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {MdDatepickerModule} from './index';
import {MdDatepicker} from './datepicker';
import {MdDatepickerInput} from './datepicker-input';
import {MdInputModule} from '../input/index';
import {MdNativeDateModule, DateAdapter, NativeDateAdapter} from '../core/datetime/index';
import {MdNativeDateModule} from '../core/datetime/index';
import {ESCAPE, OverlayContainer} from '../core';
import {dispatchFakeEvent, dispatchMouseEvent, dispatchKeyboardEvent} from '@angular/cdk/testing';
import {DEC, JAN} from '../core/testing/month-constants';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/datepicker/month-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Component} from '@angular/core';
import {By} from '@angular/platform-browser';
import {MdMonthView} from './month-view';
import {MdCalendarBody} from './calendar-body';
import {MdNativeDateModule, DateAdapter, NativeDateAdapter} from '../core/datetime/index';
import {MdNativeDateModule} from '../core/datetime/index';
import {JAN, MAR} from '../core/testing/month-constants';

describe('MdMonthView', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/datepicker/year-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Component} from '@angular/core';
import {By} from '@angular/platform-browser';
import {MdYearView} from './year-view';
import {MdCalendarBody} from './calendar-body';
import {MdNativeDateModule, DateAdapter, NativeDateAdapter} from '../core/datetime/index';
import {MdNativeDateModule} from '../core/datetime/index';
import {FEB, JAN, MAR} from '../core/testing/month-constants';

describe('MdYearView', () => {
Expand Down

0 comments on commit 557b31b

Please sign in to comment.