From 53ab72ce13ff8d812889acf4b1d0d57e9ff93702 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 30 Jan 2022 21:37:40 +0000 Subject: [PATCH] Card.cpp: add newline at EOF --- source/Card.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}