Fixed formatting

This commit is contained in:
Bartek Kryza
2022-12-26 21:47:50 +01:00
parent 887652ed6b
commit 95d3339fd2
2 changed files with 1 additions and 3 deletions

View File

@@ -125,8 +125,7 @@ void diagram::end_block_message(
}
}
void diagram::add_case_stmt_message(
model::message &&m)
void diagram::add_case_stmt_message(model::message &&m)
{
using clanguml::common::model::message_t;
const auto caller_id = m.from();