From 87c429e586605da537e8d49290cbc1db82f3ba03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 13 Oct 2023 00:18:08 +0200 Subject: [PATCH] remove extra ; --- include/game_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game_state.h b/include/game_state.h index 43b6b1f..39ff84a 100644 --- a/include/game_state.h +++ b/include/game_state.h @@ -115,7 +115,7 @@ namespace Hanabi { static constexpr Card t5 = {5, 0}; static constexpr Card unknown = {std::numeric_limits::max(), 0}; static constexpr Card trash = {std::numeric_limits::max(), 1}; - }; + } } namespace std {