Skip to content

Commit

Permalink
Satisfy detekt's complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson committed Jan 17, 2025
1 parent 16a39a3 commit 230b8d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class CardReaderConnectViewModel @Inject constructor(

init {
startFlow()
tracker = when(arguments.cardReaderFlowParam) {
tracker = when (arguments.cardReaderFlowParam) {
is CardReaderFlowParam.WooPosConnection -> storeManagementPaymentsFlowTracker
else -> pointOfSalePaymentsFlowTracker
}
Expand Down

0 comments on commit 230b8d6

Please sign in to comment.