Skip to content

Commit a8e1002

Browse files
committed
lint
1 parent ff20deb commit a8e1002

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentMethodType.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extension PaymentSheet {
5050
return "link_card_brand"
5151
}
5252
}
53-
53+
5454
/// Returns the Stripe API identifier used for incentives for this payment method type, which can be different from `identifier`.
5555
var incentiveIdentifier: String? {
5656
switch self {

StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/PaymentSheetFormFactory/PaymentSheetFormFactory.swift

-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ extension PaymentSheetFormFactory {
485485
)
486486
}
487487

488-
489488
func makeBancontact() -> PaymentMethodElement {
490489
let contactSection: Element? = makeContactInformationSection(
491490
nameRequiredByPaymentMethod: true,

StripePaymentSheet/StripePaymentSheetTests/PaymentSheet/PaymentSheetSnapshotTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ class PaymentSheetSnapshotTests: STPSnapshotTestCase {
10461046
presentPaymentSheet(darkMode: false)
10471047
verify(paymentSheet.bottomSheetViewController.view!)
10481048
}
1049-
1049+
10501050
func testPaymentSheet_LPM_InstantDebits_only_promotion() {
10511051
UserDefaults.standard.setValue(true, forKey: "FINANCIAL_CONNECTIONS_INSTANT_DEBITS_INCENTIVES")
10521052
stubSessions(

0 commit comments

Comments
 (0)