Card.cpp: add newline at EOF

This commit is contained in:
tomcw 2022-01-30 21:37:40 +00:00
parent 7ab65492c6
commit 53ab72ce13
1 changed files with 1 additions and 1 deletions

View File

@ -264,4 +264,4 @@ SS_CARDTYPE Card::GetCardType(const std::string & card)
{
throw std::runtime_error("Slots: Unknown card: " + card); // todo: don't throw - just ignore & continue
}
}
}