Skip to content

Commit

Permalink
Fix #881
Browse files Browse the repository at this point in the history
Reformat `.hpp` files with Clang
  • Loading branch information
tcormackMW authored and insi-eb committed Aug 30, 2023
1 parent 2e8dc96 commit 13e86b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ namespace cppmicroservices
{
typename TrackingMap::const_iterator i = tracked.find(item);
if (i != tracked.end())
{
return i->second;
}
return std::shared_ptr<TrackedParamType>();
}

Expand Down

0 comments on commit 13e86b7

Please sign in to comment.