Skip to content

Commit ae29e63

Browse files
committed
Apply spotless
1 parent 9a4cd19 commit ae29e63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

feature/subscriptions/src/commonMain/kotlin/com/revenuecat/catpaywalls/feature/subscriptions/SubscriptionManagementViewModel.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ class SubscriptionManagementViewModel(repository: PaywallsRepository) : ViewMode
5757
sealed interface SubscriptionManagementUiState {
5858
data object Loading : SubscriptionManagementUiState
5959

60-
data class Success(val offering: Offering, val customerInfo: CustomerInfo) :
61-
SubscriptionManagementUiState
60+
data class Success(val offering: Offering, val customerInfo: CustomerInfo) : SubscriptionManagementUiState
6261

6362
data class Error(val message: String) : SubscriptionManagementUiState
6463
}

0 commit comments

Comments
 (0)