mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Minor stylistic fix.
This commit is contained in:
@@ -1213,7 +1213,7 @@ public class ComputerUtilCard {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (totalPowerUnblocked >= opp.getLife()){
|
||||
if (totalPowerUnblocked >= opp.getLife()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user