Skip to content

Commit

Permalink
fi detekt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejo committed Dec 11, 2024
1 parent 470b928 commit b256baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.woocommerce.android.ui.orders.wooshippinglabels.packages.datasource.P
import kotlinx.coroutines.delay
import javax.inject.Inject
import kotlin.random.Random

@Suppress("MagicNumber")
class GetShippingRates @Inject constructor() {
private val cheapestComparator = Comparator<ShippingRateUI> { r1, r2 ->
r1.rate.substring(1).toBigDecimal().compareTo(r2.rate.substring(1).toBigDecimal())
Expand Down

0 comments on commit b256baa

Please sign in to comment.