Skip to content

Commit

Permalink
Apply suggestion from code review.
Browse files Browse the repository at this point in the history
Co-authored-by: Nivi Sarkar <[email protected]>
  • Loading branch information
bzbarsky-apple and nivi-apple authored Sep 20, 2024
1 parent 8a42ca9 commit 129bd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID
//
// Note that we don't use the structural attributes (PartsList, ServerList,
// AttributeList) to determine this set, because we might be in the middle
// of priming right now and not have gotten those yet. Just use the set of
// of priming right now and have not gotten those yet. Just use the set of
// attribute paths we actually have.
NSMutableSet<MTRAttributePath *> * existentPaths = [[NSMutableSet alloc] init];
{
Expand Down

0 comments on commit 129bd97

Please sign in to comment.