Skip to content

Commit

Permalink
Fix ForEachCluster missing return (#15725)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpark-apple authored and pull[bot] committed Sep 13, 2023
1 parent 35ff021 commit 1128540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/AttributeCache.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ class AttributeCache : protected ReadClient::Callback
ReturnErrorOnFailure(func(clusterIter.first));
}
}
return CHIP_NO_ERROR;
}

private:
Expand Down

0 comments on commit 1128540

Please sign in to comment.