Skip to content

Commit 37a9e6a

Browse files
fix linting error
1 parent 806e142 commit 37a9e6a

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
@@ -6271,7 +6271,7 @@ namespace ts {
62716271
Diagnostics.Type_0_is_not_assignable_to_type_1;
62726272
}
62736273

6274-
reportError(message, sourceType, targetType);
6274+
reportError(message, sourceType, targetType);
62756275
}
62766276

62776277
// Compare two types and return

0 commit comments

Comments
 (0)