Skip to content

Commit 7c85608

Browse files
committed
chore: lint
Signed-off-by: Akshat Patel <[email protected]>
1 parent 10eb33f commit 7c85608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "@angular/core";
1111

1212
@Component({
13-
selector: 'ibm-text-label',
13+
selector: "ibm-text-label",
1414
template: `
1515
<label
1616
[for]="labelInputID"

src/input/textarea-label.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { TextArea } from "./text-area.directive";
1414

1515
@Component({
16-
selector: 'ibm-textarea-label',
16+
selector: "ibm-textarea-label",
1717
template: `
1818
<label
1919
[for]="labelInputID"

0 commit comments

Comments
 (0)