Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 3fde87a

Browse files
fix(textfield): Fix lint errors
1 parent ba089e9 commit 3fde87a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/mdc-textfield/foundation.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ class MDCTextfieldFoundation extends MDCFoundation {
205205

206206
if (input.value) {
207207
this.adapter_.addClassToLabel(LABEL_FLOAT_ABOVE);
208-
}
209-
else{
208+
} else {
210209
this.adapter_.removeClassFromLabel(LABEL_FLOAT_ABOVE);
211210
}
212211

0 commit comments

Comments
 (0)