mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Lint again.
This commit is contained in:
parent
05a4469665
commit
90a942d39d
1 changed files with 3 additions and 2 deletions
|
|
@ -434,7 +434,8 @@ void DeckLoader::saveToStream_DeckZoneCards(QTextStream &out,
|
|||
out << " " << card->getName();
|
||||
}
|
||||
if (!card->getCardSetShortName().isNull() && !card->getCardSetShortName().isEmpty()) {
|
||||
out << " " << "(" << card->getCardSetShortName() << ")";
|
||||
out << " "
|
||||
<< "(" << card->getCardSetShortName() << ")";
|
||||
}
|
||||
if (!card->getCardCollectorNumber().isNull()) {
|
||||
out << " " << card->getCardCollectorNumber();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue