Applied llvm-else-after-return clang-tidy fixes
This commit is contained in:
@@ -314,7 +314,7 @@ std::shared_ptr<clanguml::config::diagram> parse_diagram_config(const Node &d)
|
||||
if (diagram_type == "package") {
|
||||
return std::make_shared<package_diagram>(d.as<package_diagram>());
|
||||
}
|
||||
else if (diagram_type == "include") {
|
||||
if (diagram_type == "include") {
|
||||
return std::make_shared<include_diagram>(d.as<include_diagram>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user