Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent 1298faf commit dc9cc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ class Game {
std::unordered_set<Title> 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;
Expand Down

0 comments on commit dc9cc6d

Please sign in to comment.