Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed May 10, 2021
1 parent 65cd7f2 commit afb37d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internal class DiscoveryClient: DiscoveryAPI {
}
}

return legacyAPIGroup.and(apiGroupList).map { (coreGroup, groupList) -> ResourceOrStatus<meta.v1.APIGroupList> in
return legacyAPIGroup.and(apiGroupList).map { coreGroup, groupList -> ResourceOrStatus<meta.v1.APIGroupList> in
switch (coreGroup, groupList) {
case let (.resource(lhs), .resource(rhs)):
let allGroups = [lhs] + rhs.groups
Expand Down

0 comments on commit afb37d7

Please sign in to comment.