Fixed formatting

This commit is contained in:
Bartek Kryza
2021-10-14 23:46:10 +02:00
parent f011f816dd
commit 10e8423fbd
4 changed files with 7 additions and 5 deletions

View File

@@ -275,7 +275,8 @@ template <> struct convert<sequence_diagram> {
return false;
if (node["start_from"])
rhs.start_from = node["start_from"].as<std::vector<source_location>>();
rhs.start_from =
node["start_from"].as<std::vector<source_location>>();
return true;
}