mirror of
https://github.com/correl/mage.git
synced 2025-01-13 03:00:10 +00:00
[minor] Formatting.
This commit is contained in:
parent
ba21f4799f
commit
0facaa8974
1 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,11 @@
|
|||
|
||||
package mage.game.match;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
import java.util.UUID;
|
||||
import mage.cards.decks.Deck;
|
||||
import mage.game.Game;
|
||||
import mage.game.GameException;
|
||||
|
@ -37,7 +42,6 @@ import mage.game.events.TableEvent.EventType;
|
|||
import mage.game.events.TableEventSource;
|
||||
import mage.players.Player;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue