Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix Detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Nov 5, 2024
1 parent acf098c commit 6e4131b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class CustomerJourneyCardsProvider @Inject constructor(
didYouKnow_expensesPieChart(),
)

@Suppress("MaxLineLength", "NoImplicitFunctionReturnType")
fun shutdownCard() = CustomerJourneyCardModel(
id = "shutdown",
condition = { _, _, _ -> true },
Expand All @@ -76,7 +77,6 @@ class CustomerJourneyCardsProvider @Inject constructor(
}
)


fun adjustBalanceCard() = CustomerJourneyCardModel(
id = "adjust_balance",
condition = { trnCount, _, _ ->
Expand Down

0 comments on commit 6e4131b

Please sign in to comment.