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"