From c2345c15866783607b9e9afb09e738df5860b5c0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 19 Jan 2025 17:34:50 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/game/game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/game.cpp b/src/game/game.cpp index b150d759a23..b03256b33ec 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -10071,8 +10071,8 @@ void Game::updateMonster(const std::shared_ptr &monster, const std::sha return; } - const auto& oldName = monster->getLowerName(); - const auto& newName = monsterType->name; + const auto &oldName = monster->getLowerName(); + const auto &newName = monsterType->name; auto it = monstersNameIndex.find(oldName); if (it == monstersNameIndex.end()) {