Skip to content

Commit 3efa803

Browse files
committed
lint error
1 parent 39e3d9b commit 3efa803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CardPaySheet/CardFormViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class CardFormViewController: UIViewController {
131131
return
132132
}
133133

134-
let card = Card.createCard(cardNumber: cardNumber, expirationDate: expirationDate,cvv: cvv)
134+
let card = Card.createCard(cardNumber: cardNumber, expirationDate: expirationDate, cvv: cvv)
135135

136136
let request = CardRequest(
137137
orderID: orderID,

0 commit comments

Comments
 (0)