mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
removed double semicolon
This commit is contained in:
parent
1053db617b
commit
5211c0262b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ import mage.components.ImagePanelStyle;
|
|||
import mage.constants.Rarity;
|
||||
import mage.game.command.Emblem;
|
||||
import mage.game.permanent.PermanentToken;
|
||||
import mage.game.permanent.token.Token;;
|
||||
import mage.game.permanent.token.Token;
|
||||
import mage.view.CardView;
|
||||
import mage.view.EmblemView;
|
||||
import mage.view.PermanentView;
|
||||
|
|
Loading…
Reference in a new issue