Skip to content

Commit 961554e

Browse files
committed
JS: Autoformat
1 parent 0704be4 commit 961554e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

javascript/ql/src/semmle/javascript/TypeScript.qll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,11 @@ class TypeAccess extends @typeaccess, TypeExpr, TypeRef {
697697
exists(ImportEqualsDeclaration imprt |
698698
moduleName = getImportName(imprt.getImportedEntity()) and
699699
this =
700-
imprt.getIdentifier().(LocalNamespaceDecl).getLocalNamespaceName().getAMemberAccess(exportedName)
700+
imprt
701+
.getIdentifier()
702+
.(LocalNamespaceDecl)
703+
.getLocalNamespaceName()
704+
.getAMemberAccess(exportedName)
701705
)
702706
}
703707
}

0 commit comments

Comments
 (0)