fixed missing linebreaks

This commit is contained in:
Marc Zwart 2018-04-03 14:31:59 +02:00
parent 3e32287f00
commit 1053db617b
230 changed files with 458 additions and 230 deletions

View file

@ -5,7 +5,8 @@ import mage.abilities.effects.ContinuousEffectImpl;
import mage.constants.*;
import mage.game.Game;
import mage.game.permanent.Permanent;
import mage.game.permanent.token.TokenImpl;import mage.game.permanent.token.Token;
import mage.game.permanent.token.TokenImpl;
import mage.game.permanent.token.Token;
public class CopyTokenEffect extends ContinuousEffectImpl {
protected Token token;