You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Style: Fix unnecessary semicolons that confused clang-format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user