fixed indentiation

This commit is contained in:
18ths 2020-07-16 17:48:28 +02:00
parent 9a8526793d
commit e3b2fa1240

View file

@ -41,8 +41,7 @@ public final class LimitedResources extends CardImpl {
new CantPlayLandEffect(),
new PermanentsOnTheBattlefieldCondition(
new FilterLandPermanent(),
ComparisonType.MORE_THAN, 9,
false))));
ComparisonType.MORE_THAN, 9, false))));
}