Skip to content

Commit

Permalink
Refs #20165. Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Sep 24, 2024
1 parent b548118 commit 29daa05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ const TypeIdentifier TypeObjectRegistry::get_complementary_type_identifier(
{
return it->second.complementary_type_id;
}
else
else if (EK_COMPLETE == type_id._d()) // From EK_COMPLETE its EK_MINIMAL complementary can be built.
{
TypeRegistryEntry minimal_entry;
CompleteTypeObject complete_type_object = it->second.type_object.complete();
Expand Down

0 comments on commit 29daa05

Please sign in to comment.