Skip to content

Commit 17255e1

Browse files
crisbetojelbourn
authored andcommitted
chore: fix lint warning (#10001)
Fixes a trailing whitespace that was breaking the tslint check.
1 parent f38bcd9 commit 17255e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chips/chip-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
279279
*/
280280
@Input()
281281
get selectable(): boolean { return this._selectable; }
282-
set selectable(value: boolean) {
282+
set selectable(value: boolean) {
283283
this._selectable = coerceBooleanProperty(value);
284284
if (this.chips) {
285285
this.chips.forEach(chip => chip.chipListSelectable = this._selectable);

0 commit comments

Comments
 (0)