Skip to content

Commit

Permalink
style(dashspend): ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 2, 2024
1 parent d173139 commit 78a41e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ import androidx.recyclerview.widget.RecyclerView
import coil.load
import coil.size.Scale
import coil.transform.RoundedCornersTransformation
import org.dash.wallet.common.data.ServiceName
import org.dash.wallet.features.exploredash.R
import org.dash.wallet.features.exploredash.data.explore.model.*
import org.dash.wallet.features.exploredash.databinding.AtmRowBinding
import org.dash.wallet.features.exploredash.databinding.MerchantRowBinding
import org.dash.wallet.features.exploredash.ui.extensions.isMetric
import org.dash.wallet.features.exploredash.utils.CTXSpendConstants
import java.util.*

open class ExploreViewHolder(root: View) : RecyclerView.ViewHolder(root) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import org.dash.wallet.features.exploredash.R
import org.dash.wallet.features.exploredash.databinding.DialogConfirmPurchaseGiftCardBinding
import org.dash.wallet.features.exploredash.repository.CTXSpendException
import org.dash.wallet.features.exploredash.ui.ctxspend.CTXSpendViewModel
import org.dash.wallet.features.exploredash.utils.CTXSpendConstants.DEFAULT_DISCOUNT
import org.dash.wallet.features.exploredash.utils.exploreViewModels
import org.slf4j.LoggerFactory
import javax.inject.Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import org.dash.wallet.features.exploredash.R
import org.dash.wallet.features.exploredash.data.explore.model.*
import org.dash.wallet.features.exploredash.databinding.ItemDetailsViewBinding
import org.dash.wallet.features.exploredash.ui.extensions.isMetric
import org.dash.wallet.features.exploredash.utils.CTXSpendConstants
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import dagger.hilt.android.AndroidEntryPoint
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
import org.dash.wallet.common.data.Resource
import org.dash.wallet.common.data.ServiceName
import org.dash.wallet.common.data.Status
import org.dash.wallet.common.services.analytics.AnalyticsConstants
import org.dash.wallet.common.ui.decorators.ListDividerDecorator
Expand All @@ -66,7 +65,6 @@ import org.dash.wallet.features.exploredash.ui.ctxspend.CTXSpendViewModel
import org.dash.wallet.features.exploredash.ui.ctxspend.dialogs.CTXSpendLoginInfoDialog
import org.dash.wallet.features.exploredash.ui.ctxspend.dialogs.CTXSpendTermsDialog
import org.dash.wallet.features.exploredash.ui.extensions.*
import org.dash.wallet.features.exploredash.utils.CTXSpendConstants
import org.dash.wallet.features.exploredash.utils.exploreViewModels

@AndroidEntryPoint
Expand Down

0 comments on commit 78a41e0

Please sign in to comment.