Skip to content

Commit 38715c7

Browse files
committed
remove errant tab
1 parent 66f48e3 commit 38715c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4607,7 +4607,7 @@ namespace ts {
46074607
else if (context.flags & NodeBuilderFlags.WriteClassExpressionAsTypeLiteral &&
46084608
type.symbol.valueDeclaration &&
46094609
isClassLike(type.symbol.valueDeclaration) &&
4610-
!isValueSymbolAccessible(type.symbol, context.enclosingDeclaration)
4610+
!isValueSymbolAccessible(type.symbol, context.enclosingDeclaration)
46114611
) {
46124612
return createAnonymousTypeNode(type);
46134613
}

0 commit comments

Comments
 (0)