Skip to content

Commit

Permalink
Address coverity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Sep 18, 2023
1 parent db7d353 commit eec06a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ namespace Iotm {
{
int64_t count = 0;

for (auto part : m_blockPartition) {
for (const auto &part : m_blockPartition) {
count += part.second.elemIds.size();
}

Expand Down

0 comments on commit eec06a1

Please sign in to comment.