Skip to content

Commit

Permalink
style: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x committed Aug 18, 2022
1 parent 06cbcf0 commit 9dba40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion billing/src/main/java/de/charlex/billing/BillingHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ class BillingHelper(private val activity: Activity, billingClientBuilder: Billin
}
}


// suspend fun querySkuDetailsList(skus: List<String>, type: String): List<SkuDetails>? = withContext(Dispatchers.IO) {
// return@withContext querySkuDetailsList(
// skuDetailParams = SkuDetailsParams.newBuilder().setSkusList(skus).setType(type).build()
Expand Down

0 comments on commit 9dba40e

Please sign in to comment.