Skip to content

Commit 31c618c

Browse files
committed
lint: prettier-format rule file
1 parent b24e352 commit 31c618c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/rules/template-no-duplicate-form-names.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@ function getStaticAttrValue(node, name) {
9090
if (attr.value.type === 'GlimmerTextNode') {
9191
return { kind: 'static', value: attr.value.chars };
9292
}
93-
if (
94-
attr.value.type === 'GlimmerMustacheStatement' &&
95-
attr.value.path
96-
) {
93+
if (attr.value.type === 'GlimmerMustacheStatement' && attr.value.path) {
9794
if (attr.value.path.type === 'GlimmerStringLiteral') {
9895
return { kind: 'static', value: attr.value.path.value };
9996
}

0 commit comments

Comments
 (0)