Skip to content

Commit

Permalink
Insert lost paren
Browse files Browse the repository at this point in the history
  • Loading branch information
griotspeak committed Dec 26, 2024
1 parent 3631422 commit d20833e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private struct TupleExtractionPropertyGenerator {
public static func tupleFrom\(raw: titleCasedName)(_ instance: Self) -> Swift.Result<\(raw: tupleType), PayloadExtractionError> {
if case .\(raw: caseName)(\(raw: pBindings)) = instance {
.success(\(raw: returnValue(parameterClause: parameterClause))
.success(\(raw: returnValue(parameterClause: parameterClause)))
} else {
.failure(.invalidExtraction(expected: .\(raw: caseName), actual: instance.discriminant))
}
Expand Down

0 comments on commit d20833e

Please sign in to comment.