mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Removed an empty line.
This commit is contained in:
@@ -195,7 +195,6 @@ public class CostPayment {
|
||||
}
|
||||
// - End of hack for Cumulative Upkeep: Exile a card from the top of your library -
|
||||
|
||||
|
||||
for (final CostPart part : parts) {
|
||||
PaymentDecision decision = part.accept(decisionMaker);
|
||||
if (null == decision) return false;
|
||||
|
||||
Reference in New Issue
Block a user