diff --git a/src/Client/SceneManager.hpp b/src/Client/SceneManager.hpp index 64b4f290..13f827cd 100644 --- a/src/Client/SceneManager.hpp +++ b/src/Client/SceneManager.hpp @@ -31,7 +31,7 @@ class SceneManager { bool _stop; const std::array, 2> _scenes = { std::vector {EVENTS, GAME, DISPLAY}, - std::vector {EVENTS, DISPLAY } + std::vector {EVENTS, DISPLAY} }; // NOLINTBEGIN(cppcoreguidelines-avoid-non-const-global-variables)