Skip to content

Commit f324fde

Browse files
committed
Fix lint
1 parent ca26ca1 commit f324fde

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
@@ -27328,7 +27328,7 @@ namespace ts {
2732827328

2732927329
return getCandidateForOverloadFailure(node, candidates, args, !!candidatesOutArray);
2733027330

27331-
function addImplementationSuccessElaboration(failed: Signature, diagnostic : Diagnostic) {
27331+
function addImplementationSuccessElaboration(failed: Signature, diagnostic: Diagnostic) {
2733227332
const oldCandidatesForArgumentError = candidatesForArgumentError;
2733327333
const oldCandidateForArgumentArityError = candidateForArgumentArityError;
2733427334
const oldCandidateForTypeArgumentError = candidateForTypeArgumentError;

0 commit comments

Comments
 (0)