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 17, 2024
1 parent 6bc24bf commit 62a49cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/creature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ bool Creature::unregisterCreatureEvent(const std::string &name) {

bool resetTypeBit = true;

std::erase_if(eventsList, [&](const auto& curEvent) {
std::erase_if(eventsList, [&](const auto &curEvent) {
if (curEvent == event) {
return true;
}
Expand Down

0 comments on commit 62a49cf

Please sign in to comment.