Skip to content

Commit e47d329

Browse files
committed
chore: lint fix
Signed-off-by: Akshat Patel <[email protected]>
1 parent cf41d99 commit e47d329

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/input/label.component.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ import { PasswordInput } from "./password.directive";
8787
[warnText]="warnText"
8888
[ariaLabel]="ariaLabel"
8989
[labelTemplate]="labelContentTemplate"
90-
[passwordInputTemplate]="inputContentTemplate"
91-
>
90+
[passwordInputTemplate]="inputContentTemplate">
9291
</cds-password-label>
9392
</ng-container>
9493
<ng-container *ngSwitchDefault>
@@ -119,13 +118,13 @@ import { PasswordInput } from "./password.directive";
119118
cdsIcon="warning--filled"
120119
size="16"
121120
class="cds--text-input__invalid-icon">
122-
</svg>
121+
</svg>
123122
<svg
124123
*ngIf="!invalid && warn"
125124
cdsIcon="warning--alt--filled"
126125
size="16"
127126
class="cds--text-input__invalid-icon cds--text-input__invalid-icon--warning">
128-
</svg>
127+
</svg>
129128
<ng-template [ngTemplateOutlet]="inputContentTemplate"></ng-template>
130129
</div>
131130
<div

0 commit comments

Comments
 (0)