Fixed formatting

This commit is contained in:
Bartek Kryza
2022-08-03 01:05:19 +02:00
parent 392be99055
commit 777f4848fd
6 changed files with 11 additions and 15 deletions

View File

@@ -1161,9 +1161,7 @@ void translation_unit_visitor::
const std::string &type_name, template_parameter &tp, class_ &c)
{
auto template_params = cx::util::parse_unexposed_template_params(
type_name, [this](const std::string &t) {
return t;
});
type_name, [this](const std::string &t) { return t; });
found_relationships_t relationships;
for (auto &param : template_params) {