JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-09-04 10:42:26 +01:00
parent 0704be4d41
commit 961554eb6f

View File

@@ -697,7 +697,11 @@ class TypeAccess extends @typeaccess, TypeExpr, TypeRef {
exists(ImportEqualsDeclaration imprt |
moduleName = getImportName(imprt.getImportedEntity()) and
this =
imprt.getIdentifier().(LocalNamespaceDecl).getLocalNamespaceName().getAMemberAccess(exportedName)
imprt
.getIdentifier()
.(LocalNamespaceDecl)
.getLocalNamespaceName()
.getAMemberAccess(exportedName)
)
}
}