Remove blank line.

This commit is contained in:
Cyrus Najmabadi
2015-03-31 14:31:12 -07:00
parent c59ce68c63
commit 99581fe5ef

View File

@@ -1268,7 +1268,6 @@ module ts {
}
function isEntityNameVisible(entityName: EntityName | Expression, enclosingDeclaration: Node): SymbolVisibilityResult {
// get symbol of the first identifier of the entityName
let meaning: SymbolFlags;
if (entityName.parent.kind === SyntaxKind.TypeQuery) {