Skip to content

Commit

Permalink
Trailing comma removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr authored Sep 27, 2019
1 parent 4111021 commit cf17118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func resolveTargets() -> [Target] {
let baseTargets: [Target] = [
.target(name: "Moya", dependencies: ["Alamofire"]),
.target(name: "ReactiveMoya", dependencies: ["Moya", "ReactiveSwift"]),
.target(name: "RxMoya", dependencies: ["Moya", "RxSwift"]),
.target(name: "RxMoya", dependencies: ["Moya", "RxSwift"])
]

if shouldTest {
Expand Down

0 comments on commit cf17118

Please sign in to comment.