Skip to content

Commit 508cde4

Browse files
authored
chore: lint template
1 parent 9015369 commit 508cde4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/input/password-input-label.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ import { BaseIconButton } from "carbon-components-angular/button";
3838
[ngClass]="{
3939
'cds--label--disabled': disabled,
4040
'cds--skeleton': skeleton
41-
}"
42-
>
41+
}">
4342
<ng-template *ngIf="labelTemplate; else labelContent" [ngTemplateOutlet]="labelTemplate"></ng-template>
4443
<ng-template #labelContent>
4544
<ng-content></ng-content>

0 commit comments

Comments
 (0)