Applied modernize-concat-nested-namespaces clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-20 22:33:13 +01:00
parent 7061243113
commit 0ce7b533f4
3 changed files with 5 additions and 9 deletions

View File

@@ -22,8 +22,7 @@
#include <string>
#include <string_view>
namespace clanguml {
namespace decorators {
namespace clanguml::decorators {
std::shared_ptr<decorator> decorator::from_string(std::string_view c)
{
@@ -208,5 +207,4 @@ std::vector<std::shared_ptr<decorator>> parse(
return res;
};
} // namespace decorators
} // namespace clanguml
} // namespace clanguml::decorators