formatting
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user