Skip to content

Commit dc3f439

Browse files
committed
fix lint
1 parent a3e68b3 commit dc3f439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/chips/chip-input.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';
1010
import {BACKSPACE, hasModifierKey, TAB} from '@angular/cdk/keycodes';
1111
import {
12-
AfterContentInit, Directive,
12+
AfterContentInit,
13+
Directive,
1314
ElementRef,
1415
EventEmitter,
1516
Inject,

0 commit comments

Comments
 (0)