Fixed formatting

This commit is contained in:
Bartek Kryza
2022-01-22 21:02:06 +01:00
parent 20759f412d
commit 246fa9d845
14 changed files with 14890 additions and 12515 deletions
+1 -2
View File
@@ -89,8 +89,7 @@ bool diagram::should_include(const std::string &name_) const
return false;
}
bool diagram::should_include(
const clanguml::common::model::scope_t scope) const
bool diagram::should_include(const clanguml::common::model::scope_t scope) const
{
for (const auto &s : exclude.scopes) {
if (s == scope)