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

@@ -81,7 +81,6 @@ void translation_unit_visitor::set_source_location(
set_source_location(stmt.getBeginLoc(), element);
}
void translation_unit_visitor::set_source_location(
const clang::SourceLocation &location,
clanguml::common::model::source_location &element)

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();