Skip to content

Commit 057afc4

Browse files
committed
chore: fix linting error
1 parent a92e148 commit 057afc4

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
@@ -299,7 +299,7 @@ export class MdSelect implements AfterContentInit, ControlValueAccessor, OnDestr
299299

300300
constructor(private _element: ElementRef, private _renderer: Renderer,
301301
private _viewportRuler: ViewportRuler, private _changeDetectorRef: ChangeDetectorRef,
302-
private _scrollDispatcher: ScrollDispatcher, @Optional() private _dir: Dir,
302+
private _scrollDispatcher: ScrollDispatcher, @Optional() private _dir: Dir,
303303
@Self() @Optional() public _control: NgControl,
304304
@Attribute('tabindex') tabIndex: string) {
305305

0 commit comments

Comments
 (0)