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 getTitlesByType(CyclopediaTitleType_t type);
-
+
private:
std::map m_achievements;
std::map m_achievementsNameToId;