From 96e0c5d5a6f972b161cf3dec59e253ecaebe0c82 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Fri, 22 Nov 2024 13:55:50 +0100 Subject: [PATCH] chore: cleanup code detekt --- .../kalium/logic/data/client/ProteusMigrationRecoveryHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/src/commonMain/kotlin/com/wire/kalium/logic/data/client/ProteusMigrationRecoveryHandler.kt b/logic/src/commonMain/kotlin/com/wire/kalium/logic/data/client/ProteusMigrationRecoveryHandler.kt index a9959b68cf7..4924b631fe9 100644 --- a/logic/src/commonMain/kotlin/com/wire/kalium/logic/data/client/ProteusMigrationRecoveryHandler.kt +++ b/logic/src/commonMain/kotlin/com/wire/kalium/logic/data/client/ProteusMigrationRecoveryHandler.kt @@ -33,7 +33,7 @@ internal class ProteusMigrationRecoveryHandlerImpl( * Handles the migration error of a proteus client storage from CryptoBox to CoreCrypto. * It will perform a logout, using [LogoutReason.MIGRATION_TO_CC_FAILED] as the reason. * - * This achieves that the client data is cleared and the user is logged out without content. + * This achieves that the client data is cleared and the user is logged out without losing content. */ @Suppress("TooGenericExceptionCaught") override suspend fun clearClientData() {