Applied readability-avoid-const-params-in-decls clang-tidy fixes
This commit is contained in:
@@ -144,7 +144,7 @@ public:
|
||||
|
||||
template <typename T = model::participant>
|
||||
const common::optional_ref<T> get_participant(
|
||||
const common::model::diagram_element::id_t id) const
|
||||
common::model::diagram_element::id_t id) const
|
||||
{
|
||||
if (diagram().participants().find(id) == diagram().participants().end())
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user