Skip to content

Commit 7f60b09

Browse files
authored
cleanup: fix lint issue (#6429)
1 parent dccce1c commit 7f60b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/list/selection-list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export class MdListOption implements AfterContentInit, OnDestroy, FocusableOptio
118118
constructor(private _renderer: Renderer2,
119119
private _element: ElementRef,
120120
private _changeDetector: ChangeDetectorRef,
121-
@Optional() @Inject(forwardRef(() => MdSelectionList)) public selectionList: MdSelectionList) { }
122-
121+
@Optional() @Inject(forwardRef(() => MdSelectionList))
122+
public selectionList: MdSelectionList) {}
123123

124124
ngAfterContentInit() {
125125
this._lineSetter = new MdLineSetter(this._lines, this._renderer, this._element);

0 commit comments

Comments
 (0)