mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
clang tidy/format fixes for update_tdwr_products
This commit is contained in:
parent
6509fc7043
commit
dc72e9fbfc
4 changed files with 8 additions and 10 deletions
|
|
@ -309,7 +309,7 @@ GetLevel3CategoryDefaultProduct(Level3ProductCategory category,
|
|||
}
|
||||
|
||||
const auto& productsSiteHas = productsIt->second;
|
||||
const auto& productList = level3CategoryProductList_.at(category);
|
||||
const auto& productList = level3CategoryProductList_.at(category);
|
||||
for (auto& product : productList)
|
||||
{
|
||||
const auto& tiltsIt = productsSiteHas.find(product);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue