From dc9cc6dffbb0c7173c3d82847750cea18b44c9cf Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 26 Apr 2024 19:28:46 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/game/game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/game.hpp b/src/game/game.hpp index 031f9c6051f..b7d904a78a9 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -730,7 +730,7 @@ class Game { std::unordered_set getTitles(); Title getTitleByIdOrName(uint8_t id, const std::string &name = ""); std::vector<Title> getTitlesByType(CyclopediaTitleType_t type); - + private: std::map<uint16_t, Achievement> m_achievements; std::map<std::string, uint16_t> m_achievementsNameToId;