Skip to content

Commit 41c2a8b

Browse files
authored
Merge pull request #2620 from Akshat55/lint-fix
chore: lint
2 parents 10eb33f + 7c85608 commit 41c2a8b

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)