Skip to content

Commit de7d7d8

Browse files
committed
Lint fixup
1 parent 67bbcc6 commit de7d7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/ios/KomojuPaymentView.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import UIKit
55
public struct KomojuPaymentView: View {
66
@State var isVisible: Bool = false
77
@State private var sheetHeight: CGFloat = .zero
8-
@State private var deeplinkUrl: String? = nil
8+
@State private var deeplinkUrl: String?
99

1010
let configuration: KomojuIosSDK.Configuration
1111
let onDismiss: (KomojuIosSDK.PaymentResult) -> Void
@@ -29,7 +29,7 @@ public struct KomojuPaymentView: View {
2929
.ignoresSafeArea(.keyboard)
3030
}.onOpenURL(perform: onNewDeeplink)
3131
}
32-
32+
3333
private func onNewDeeplink(_ url: URL) {
3434
deeplinkUrl = url.absoluteString
3535
}

0 commit comments

Comments
 (0)