mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
fix code styling
This commit is contained in:
parent
880ccf0221
commit
e342c95562
@ -5372,7 +5372,8 @@ module ts {
|
||||
let constructSignatures: Signature[];
|
||||
if (rightType.flags & TypeFlags.Interface) {
|
||||
constructSignatures = (<InterfaceTypeWithDeclaredMembers>rightType).declaredConstructSignatures;
|
||||
} else if (rightType.flags & TypeFlags.Anonymous) {
|
||||
}
|
||||
else if (rightType.flags & TypeFlags.Anonymous) {
|
||||
constructSignatures = (<ResolvedType>rightType).constructSignatures;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user