File tree 1 file changed +4
-4
lines changed
src/darwin/Framework/CHIP
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3095,11 +3095,11 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
3095
3095
NSMutableSet <MTRClusterPath *> * clusterPathsToRemove = [[NSMutableSet alloc ] init ];
3096
3096
for (MTRClusterPath * path in _persistedClusters) {
3097
3097
if ([path.endpoint isEqualToNumber: endpointID] && [toBeRemovedClusters containsObject: path.cluster])
3098
- [clusterPathsToRemove addObject: path];
3099
- }
3100
- }
3098
+ [clusterPathsToRemove addObject: path];
3101
3099
}
3102
- [self _removeClusters: clusterPathsToRemove doRemoveFromDataStore: YES ];
3100
+ }
3101
+ }
3102
+ [self _removeClusters: clusterPathsToRemove doRemoveFromDataStore: YES ];
3103
3103
}
3104
3104
3105
3105
- (void )_pruneAttributesIn : (MTRDeviceDataValueDictionary)previousAttributeListValue
You can’t perform that action at this time.
0 commit comments