formatting

This commit is contained in:
2025-03-10 21:21:50 +01:00
parent b0056c9004
commit c6af7019dc
15 changed files with 266 additions and 181 deletions

View File

@ -11,7 +11,7 @@ void CostPipeline::addCostComponent(const std::shared_ptr<ICostComponent>& compo
void CostPipeline::calculateFinalCost()
{
for (auto& component: this->components)
for (auto& component : this->components)
{
component->apply(this->communities);
}