Remove comment. Default values will be detected by the existing Konsist test Data class state MUST not have default value

This commit is contained in:
Benoit Marty 2025-10-14 14:30:52 +02:00
parent b043ddcddf
commit 26683bd939
9 changed files with 0 additions and 9 deletions

View file

@ -9,7 +9,6 @@ package io.element.android.features.preferences.impl.analytics
import io.element.android.features.analytics.api.preferences.AnalyticsPreferencesState
// Do not use default value, so no member get forgotten in the presenters.
data class AnalyticsSettingsState(
val analyticsPreferencesState: AnalyticsPreferencesState,
)