Skip to content

Commit

Permalink
chore: detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 6, 2024
1 parent 1f4dd10 commit 46080c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ internal class RestoreWebBackupUseCaseImpl(
} else {
Either.Left(IncompatibleBackup("invoke: The provided backup format is not supported"))
}.fold({ error ->
kaliumLogger.e("$TAG Failed to restore the backup, reason: ${error}")
kaliumLogger.e("$TAG Failed to restore the backup, reason: $error")
RestoreBackupResult.Failure(error)
}, {
kaliumLogger.i("$TAG Successfully restored the backup")
Expand Down

0 comments on commit 46080c7

Please sign in to comment.