fixed spacing

This commit is contained in:
Scott Crawford 2017-05-03 19:43:23 -07:00
parent f88876d137
commit d5c5b0cdb9

View file

@ -51,9 +51,7 @@ public class PathOfPeace extends CardImpl {
// Destroy target creature. Its owner gains 4 life.
this.getSpellAbility().addEffect(new PathOfPeaceEffect());
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
}
public PathOfPeace(final PathOfPeace card) {