Skip to content

Commit e568497

Browse files
restyled-commitswoody-apple
authored andcommitted
Restyled by clang-format
1 parent 49b1b11 commit e568497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+4-4
Original file line numberDiff line numberDiff line change
@@ -3097,11 +3097,11 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
30973097
NSMutableSet<MTRClusterPath *> * clusterPathsToRemove = [[NSMutableSet alloc] init];
30983098
for (MTRClusterPath * path in _persistedClusters) {
30993099
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
3100-
[clusterPathsToRemove addObject:path];
3101-
}
3102-
}
3100+
[clusterPathsToRemove addObject:path];
31033101
}
3104-
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
3102+
}
3103+
}
3104+
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
31053105
}
31063106

31073107
- (void)_pruneAttributesIn:(MTRDeviceDataValueDictionary)previousAttributeListValue

0 commit comments

Comments
 (0)