Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewangeta authored Feb 28, 2019
1 parent 55b5987 commit 89708dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Stripe/API/Routes/PersonRoutes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public struct StripePersonRoutes: PersonRoutes {
phone: String?,
relationship: [String: Any]?,
ssnLast4: String?,
verification: [String : Any]?) throws -> EventLoopFuture<StripePerson> {
verification: [String: Any]?) throws -> EventLoopFuture<StripePerson> {
var body: [String: Any] = [:]

if let address = address {
Expand Down

0 comments on commit 89708dd

Please sign in to comment.