Skip to content

Commit 1744fc1

Browse files
committed
fix lint
1 parent e6638a9 commit 1744fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/tabs/tab-header.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import {
55
NgZone,
66
QueryList,
77
ElementRef,
8-
Renderer, ViewEncapsulation, ContentChildren, Output, EventEmitter, Optional, OnInit
8+
ViewEncapsulation, ContentChildren, Output, EventEmitter, Optional
99
} from '@angular/core';
1010
import {RIGHT_ARROW, LEFT_ARROW, ENTER, Dir, LayoutDirection} from '../core';
1111
import {MdTabLabelWrapper} from './tab-label-wrapper';
1212
import {MdInkBar} from './ink-bar';
1313
import 'rxjs/add/operator/map';
14-
import {applyCssTransform} from "../core/style/apply-transform";
14+
import {applyCssTransform} from '../core/style/apply-transform';
1515

1616
/**
1717
* The directions that scrolling can go in when the header's tabs exceed the header width. 'After'

0 commit comments

Comments
 (0)