We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e568497 commit 678a894Copy full SHA for 678a894
src/darwin/Framework/CHIP/MTRDevice.mm
@@ -3099,9 +3099,7 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
3099
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
3100
[clusterPathsToRemove addObject:path];
3101
}
3102
-}
3103
3104
-[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
+ [self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
3105
3106
3107
- (void)_pruneAttributesIn:(MTRDeviceDataValueDictionary)previousAttributeListValue
0 commit comments