Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Sep 24, 2024
1 parent 4e8d0f5 commit fc2d6f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public protocol AccountManagementViewControllerDelegate: AnyObject {
- error: The error that occurred when loading the component
*/
func accountManagementLoadDidFail(_ accountManagement: AccountManagementViewController,
withError error: Error)
withError error: Error)
}

@available(iOS 15, *)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

//struct StringCodingKey: CodingKey {
// struct StringCodingKey: CodingKey {
// var stringValue: String
// var intValue: Int?
//
Expand All @@ -22,4 +22,4 @@ import Foundation
// init?(intValue: Int) {
// return nil
// }
//}
// }
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class ConnectComponentWebView: ConnectWebView {
isOpaque = appearance.colors.background == nil
sendMessage(UpdateConnectInstanceSender.init(payload: .init(
locale: webLocale.webIdentifier,
appearance: .init(appearance: appearance,
traitCollection: traitCollection,
appearance: .init(appearance: appearance,
traitCollection: traitCollection,
overlay: overlayStyle)
)))
}
Expand Down Expand Up @@ -173,7 +173,7 @@ private extension ConnectComponentWebView {
locale: webLocale.webIdentifier,
appearance: .init(
appearance: componentManager.appearance,
traitCollection: traitCollection,
traitCollection: traitCollection,
overlay: overlayStyle
)
)))
Expand Down

0 comments on commit fc2d6f3

Please sign in to comment.