From b7e0545c1f2224ecef6bebeedaf6424e047ec977 Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Mon, 13 Nov 2023 12:18:58 -0700 Subject: [PATCH] detekt --- .../playground/CustomerSheetPlaygroundViewModel.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paymentsheet-example/src/main/java/com/stripe/android/paymentsheet/example/samples/ui/customersheet/playground/CustomerSheetPlaygroundViewModel.kt b/paymentsheet-example/src/main/java/com/stripe/android/paymentsheet/example/samples/ui/customersheet/playground/CustomerSheetPlaygroundViewModel.kt index c19993f2b81..bd11cab0bdc 100644 --- a/paymentsheet-example/src/main/java/com/stripe/android/paymentsheet/example/samples/ui/customersheet/playground/CustomerSheetPlaygroundViewModel.kt +++ b/paymentsheet-example/src/main/java/com/stripe/android/paymentsheet/example/samples/ui/customersheet/playground/CustomerSheetPlaygroundViewModel.kt @@ -54,7 +54,9 @@ class CustomerSheetPlaygroundViewModel( private val _configurationState = MutableStateFlow(CustomerSheetPlaygroundConfigurationState()) val configurationState: StateFlow = _configurationState - private val initialConfiguration = CustomerSheet.Configuration.builder(merchantDisplayName = "Payment Sheet Example") + private val initialConfiguration = CustomerSheet.Configuration.builder( + merchantDisplayName = "Payment Sheet Example" + ) .defaultBillingDetails( PaymentSheet.BillingDetails( name = "CustomerSheet Testing"