Style: Fix unnecessary semicolons that confused clang-format
This commit is contained in:
parent
74b5d6839a
commit
ca3192d18a
25 changed files with 64 additions and 159 deletions
|
|
@ -56,7 +56,7 @@ abstract public class PurchaseTask {
|
|||
PaymentsCache pc = new PaymentsCache(context);
|
||||
Boolean isBlocked = pc.getConsumableFlag("block", sku);
|
||||
/*
|
||||
if(isBlocked){
|
||||
if(isBlocked) {
|
||||
Log.d("XXX", "Is awaiting payment confirmation");
|
||||
error("Awaiting payment confirmation");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue