Skip to content

Commit f185092

Browse files
committed
fix: prettier formatting
1 parent 12393fe commit f185092

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/rules/template-require-iframe-title.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ function isInvalidTitleLiteralPath(path) {
1414
}
1515

1616
function getInvalidLiteralType(path) {
17-
if (!path) {return undefined;}
17+
if (!path) {
18+
return undefined;
19+
}
1820
switch (path.type) {
1921
case 'GlimmerBooleanLiteral': {
2022
return 'boolean';

0 commit comments

Comments
 (0)