- Minor formatting tweak.

This commit is contained in:
Agetian
2017-09-26 10:14:00 +00:00
parent 792255b676
commit 4055e421bc

View File

@@ -63,7 +63,8 @@ public enum DeckFormat {
@Override @Override
public boolean apply(CardRules rules) { public boolean apply(CardRules rules) {
if (bannedCards.contains(rules.getName())) { if (bannedCards.contains(rules.getName())) {
return false;} return false;
}
return true; return true;
} }
}), }),