fixed spacing

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

View file

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