Skip to content

Commit

Permalink
Revert "Move genericWhereClause to the end of requirements to prevent…
Browse files Browse the repository at this point in the history
… any breaking API changes"

This reverts commit 6096bce.
  • Loading branch information
ryanaveo committed Jun 10, 2023
1 parent 6096bce commit fdc5ac7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/MockoloFramework/Models/MethodModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ final class MethodModel: Model {
displayType.removeLast(displayType.count-capped)
args.append(displayType)
args.append(self.staticKind)
if let genericWhereClause {
args.append(genericWhereClauseToSignatureComponent)
}
let ret = args.filter{ arg in !arg.isEmpty }
return ret
}()
Expand Down

0 comments on commit fdc5ac7

Please sign in to comment.