Skip to content

Commit

Permalink
remove trailing_comma
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Aug 30, 2021
1 parent 7cc8e13 commit d8fe392
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 @@ -70,7 +70,7 @@ let package = Package(
"RxMoya",
.product(name: "Quick", package: "Quick"),
.product(name: "Nimble", package: "Nimble"),
.product(name: "OHHTTPStubsSwift", package: "OHHTTPStubs"),
.product(name: "OHHTTPStubsSwift", package: "OHHTTPStubs")
]
)
]
Expand Down

0 comments on commit d8fe392

Please sign in to comment.