Fixed formatting
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user