Skip to content

Commit 6be9686

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent 4c4f573 commit 6be9686

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
@@ -3095,11 +3095,11 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
30953095
NSMutableSet<MTRClusterPath *> * clusterPathsToRemove = [[NSMutableSet alloc] init];
30963096
for (MTRClusterPath * path in _persistedClusters) {
30973097
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
3098-
[clusterPathsToRemove addObject:path];
3099-
}
3100-
}
3098+
[clusterPathsToRemove addObject:path];
31013099
}
3102-
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
3100+
}
3101+
}
3102+
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
31033103
}
31043104

31053105
- (void)_pruneAttributesIn:(MTRDeviceDataValueDictionary)previousAttributeListValue

0 commit comments

Comments
 (0)