1
0
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:
Rémi Verschelde
2020-05-19 11:24:58 +02:00
parent 74b5d6839a
commit ca3192d18a
25 changed files with 64 additions and 159 deletions

View File

@@ -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;