Skip to content

Commit 4e3d1e6

Browse files
committed
chore: fix linting error
1 parent 15657b3 commit 4e3d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class MdSelect implements AfterContentInit, OnDestroy, OnInit, ControlVal
321321

322322
constructor(private _element: ElementRef, private _renderer: Renderer2,
323323
private _viewportRuler: ViewportRuler, private _changeDetectorRef: ChangeDetectorRef,
324-
private _scrollDispatcher: ScrollDispatcher, @Optional() private _dir: Dir,
324+
private _scrollDispatcher: ScrollDispatcher, @Optional() private _dir: Dir,
325325
@Self() @Optional() public _control: NgControl,
326326
@Attribute('tabindex') tabIndex: string) {
327327

0 commit comments

Comments
 (0)