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 @@ -3097,11 +3097,11 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
3097
3097
NSMutableSet <MTRClusterPath *> * clusterPathsToRemove = [[NSMutableSet alloc ] init ];
3098
3098
for (MTRClusterPath * path in _persistedClusters) {
3099
3099
if ([path.endpoint isEqualToNumber: endpointID] && [toBeRemovedClusters containsObject: path.cluster])
3100
- [clusterPathsToRemove addObject: path];
3101
- }
3102
- }
3100
+ [clusterPathsToRemove addObject: path];
3103
3101
}
3104
- [self _removeClusters: clusterPathsToRemove doRemoveFromDataStore: YES ];
3102
+ }
3103
+ }
3104
+ [self _removeClusters: clusterPathsToRemove doRemoveFromDataStore: YES ];
3105
3105
}
3106
3106
3107
3107
- (void )_pruneAttributesIn : (MTRDeviceDataValueDictionary)previousAttributeListValue
You can’t perform that action at this time.
0 commit comments