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

@ -10,7 +10,6 @@ void TaxComponent::applyCost(std::vector<std::unique_ptr<Community>>& communitie
{
Building::Base::iterateVector(community.buildings(), [&](Building::Base& building)
{
});
});
}