mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[Oracle] Fix clang-format alignment of card type priority list
This commit is contained in:
parent
8989390dc6
commit
e8b1efd1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ bool OracleImporter::readSetsFromByteArray(QByteArray data)
|
|||
* A lower index means a higher priority.
|
||||
*/
|
||||
static const QStringList MAIN_CARD_TYPE_PRIORITY = {"Planeswalker", "Creature", "Land", "Sorcery",
|
||||
"Instant", "Artifact", "Enchantment"};
|
||||
"Instant", "Artifact", "Enchantment"};
|
||||
|
||||
/**
|
||||
* Returns the priority (index) of the given main card type. Known types map to their
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue