From 0d82b2a37783c600aa51921052014d4f51df9e6a Mon Sep 17 00:00:00 2001 From: guillaume abel Date: Wed, 27 Sep 2023 18:56:28 +0200 Subject: [PATCH] ECS: Format PATCH --- src/Client/SceneManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)