Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
simond-stripe committed Jan 7, 2025
1 parent 8502807 commit ce8f402
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ class AccountOnboardingView private constructor(
context: Context,
attrs: AttributeSet?,
defStyleAttr: Int,
webViewContainerBehavior:
StripeConnectWebViewContainerImpl<AccountOnboardingListener, AccountOnboardingProps>,
webViewContainerBehavior: StripeConnectWebViewContainerImpl<AccountOnboardingListener, AccountOnboardingProps>,
) : FrameLayout(context, attrs, defStyleAttr),
StripeConnectWebViewContainer<AccountOnboardingListener, AccountOnboardingProps> by webViewContainerBehavior {

Expand Down

0 comments on commit ce8f402

Please sign in to comment.