diff --git a/source/Card.cpp b/source/Card.cpp index 7be26e06..05b36465 100644 --- a/source/Card.cpp +++ b/source/Card.cpp @@ -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 } -} \ No newline at end of file +}