Fixed formatting

This commit is contained in:
Bartek Kryza
2023-01-13 18:24:26 +01:00
parent ada11c6047
commit 7153666087
6 changed files with 10 additions and 10 deletions

View File

@@ -569,7 +569,6 @@ template <typename C, typename D> void generator<C, D>::init_env()
auto element_opt = m_model.get_with_namespace(
args[0]->get<std::string>(), m_config.using_namespace());
if (!element_opt.has_value())
throw clanguml::error::uml_alias_missing(
args[0]->get<std::string>());