mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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 -
|
// - End of hack for Cumulative Upkeep: Exile a card from the top of your library -
|
||||||
|
|
||||||
|
|
||||||
for (final CostPart part : parts) {
|
for (final CostPart part : parts) {
|
||||||
PaymentDecision decision = part.accept(decisionMaker);
|
PaymentDecision decision = part.accept(decisionMaker);
|
||||||
if (null == decision) return false;
|
if (null == decision) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user