mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Fix lint
This commit is contained in:
@@ -27328,7 +27328,7 @@ namespace ts {
|
||||
|
||||
return getCandidateForOverloadFailure(node, candidates, args, !!candidatesOutArray);
|
||||
|
||||
function addImplementationSuccessElaboration(failed: Signature, diagnostic : Diagnostic) {
|
||||
function addImplementationSuccessElaboration(failed: Signature, diagnostic: Diagnostic) {
|
||||
const oldCandidatesForArgumentError = candidatesForArgumentError;
|
||||
const oldCandidateForArgumentArityError = candidateForArgumentArityError;
|
||||
const oldCandidateForTypeArgumentError = candidateForTypeArgumentError;
|
||||
|
||||
Reference in New Issue
Block a user