Fixed formatting

This commit is contained in:
Bartek Kryza
2022-09-15 23:36:56 +02:00
parent 17db587426
commit 3bbaf91511
5 changed files with 24 additions and 14 deletions

View File

@@ -45,7 +45,8 @@ std::string diagram::to_alias(const std::string &full_name) const
return full_name;
}
inja::json diagram::context() const {
inja::json diagram::context() const
{
inja::json ctx;
ctx["name"] = name();
ctx["type"] = "sequence";