Refactored namespace_relative to ns_relative

This commit is contained in:
Bartek Kryza
2021-02-26 21:41:36 +01:00
parent 0abc6296b3
commit 474f38c349
3 changed files with 11 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ std::vector<std::string> split(std::string str, std::string delimiter)
return result;
}
std::string namespace_relative(
std::string ns_relative(
const std::vector<std::string> &namespaces, const std::string &n)
{
for (const auto &ns : namespaces) {