- Removed an empty line.

This commit is contained in:
Agetian
2017-10-01 18:10:44 +00:00
parent c3f7640c4d
commit 24b54a0937

View File

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