Fixed formatting

This commit is contained in:
Bartek Kryza
2023-01-07 12:32:46 +01:00
parent f1f6051cf7
commit a1a9d4ae99
4 changed files with 6 additions and 5 deletions

View File

@@ -599,7 +599,8 @@ template <> struct convert<sequence_diagram> {
// Ensure relative_to has a value
if (!rhs.relative_to.has_value)
rhs.relative_to.set(std::filesystem::current_path().lexically_normal());
rhs.relative_to.set(
std::filesystem::current_path().lexically_normal());
rhs.initialize_type_aliases();