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 Oct 15, 2024
1 parent 0f2d7e6 commit 604a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/players/cyclopedia/player_badge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ std::vector<std::shared_ptr<Player>> PlayerBadge::getPlayersInfoByAccount(std::s
}

std::string namesList;
for (const auto& [name, _] : accountPlayers) {
for (const auto &[name, _] : accountPlayers) {
if (!namesList.empty()) {
namesList += ", ";
}
Expand Down

0 comments on commit 604a28a

Please sign in to comment.