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.signedout.impl
import io.element.android.libraries.sessionstorage.api.SessionData
// Do not use default value, so no member get forgotten in the presenters.
data class SignedOutState(
val appName: String,
val signedOutSession: SessionData?,