Skip to content

Commit

Permalink
Fix Swiftlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisNikolic committed Dec 5, 2024
1 parent cd88348 commit 893634f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Debug App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PODS:
- PrimerIPay88MYSDK (0.1.7)
- PrimerKlarnaSDK (1.1.1)
- PrimerNolPaySDK (1.0.1)
- PrimerSDK (2.32.0):
- PrimerSDK/Core (= 2.32.0)
- PrimerSDK/Core (2.32.0)
- PrimerSDK (2.32.1):
- PrimerSDK/Core (= 2.32.1)
- PrimerSDK/Core (2.32.1)
- PrimerStripeSDK (1.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -37,7 +37,7 @@ SPEC CHECKSUMS:
PrimerIPay88MYSDK: 436ee0be7e2c97e4e81456ccddee20175e9e3c4d
PrimerKlarnaSDK: 564105170cc7b467bf95c31851813ea41c468f8b
PrimerNolPaySDK: 08b140ed39b378a0b33b4f8746544a402175c0cc
PrimerSDK: db06e6553747bdadf8a8ca276d556745af38bba3
PrimerSDK: 41eb9f627fa189f3edafdb18ea2a671d4403b3e2
PrimerStripeSDK: c37d4e7c1b5256d67d4890c4cc4b38ddc9427489

PODFILE CHECKSUM: fa17ead44d40b0b09abc2f30a5cc3d8aefe389e1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import UIKit

// swiftlint:disable type_body_length
class PrimerCustomFieldView: UIView {

// MARK: - Properties
Expand Down Expand Up @@ -388,3 +389,4 @@ class PrimerCustomFieldView: UIView {
}
}
}
// swiftlint:enable type_body_length
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class InternalCardComponentManagerTests: XCTestCase {
}

class MockCardComponentsManager: InternalCardComponentsManagerProtocol {
var selectedCardNetwork: PrimerSDK.CardNetwork?

var cardnumberField: PrimerCardNumberFieldView

Expand Down

0 comments on commit 893634f

Please sign in to comment.