Skip to content

Commit 994bc2c

Browse files
committed
Remove trailing whitespace
1 parent 73f70ee commit 994bc2c

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
@@ -110,7 +110,7 @@ namespace ts {
110110
isAssignableTo: (a, b) => checkTypeRelatedTo(a, b, assignableRelation, /*errorNode*/undefined),
111111
isComparableTo: (a, b) => checkTypeRelatedTo(a, b, comparableRelation, /*errorNode*/undefined),
112112
isInstantiationOf: (a, b) => {
113-
return a && b && (a.target === b);
113+
return a && b && (a.target === b);
114114
},
115115

116116
lookupGlobalType: name => {

0 commit comments

Comments
 (0)