- Minor stylistic fix.

This commit is contained in:
Agetian
2016-10-08 16:11:45 +00:00
parent 01b10f2875
commit 0c4e63d628

View File

@@ -1213,7 +1213,7 @@ public class ComputerUtilCard {
}
}
}
if (totalPowerUnblocked >= opp.getLife()){
if (totalPowerUnblocked >= opp.getLife()) {
return true;
}
}