branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:14:48 -06:00
parent 54c019814f
commit b85a9c82f9

View File

@ -30,8 +30,7 @@ namespace l
for(auto &path : paths)
{
table["path"] = path;
branches_.emplace_back(table);
branches_.emplace_back(table);
branches_.push_back(table);
}
}