Skip to content

Commit f2e04f2

Browse files
committed
Fix white space
1 parent 04b4bc2 commit f2e04f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compiler/checker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5215,7 +5215,8 @@ module ts {
52155215
inferFromIndexTypes(source, target, IndexKind.String, IndexKind.String);
52165216
inferFromIndexTypes(source, target, IndexKind.Number, IndexKind.Number);
52175217
inferFromIndexTypes(source, target, IndexKind.String, IndexKind.Number);
5218-
depth--; }
5218+
depth--;
5219+
}
52195220
}
52205221

52215222
function inferFromProperties(source: Type, target: Type) {

0 commit comments

Comments
 (0)