Skip to content

Commit 49b1b11

Browse files
restyled-commitswoody-apple
authored andcommitted
Restyled by whitespace
1 parent b77cc87 commit 49b1b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3096,7 +3096,7 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
30963096

30973097
NSMutableSet<MTRClusterPath *> * clusterPathsToRemove = [[NSMutableSet alloc] init];
30983098
for (MTRClusterPath * path in _persistedClusters) {
3099-
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
3099+
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
31003100
[clusterPathsToRemove addObject:path];
31013101
}
31023102
}

0 commit comments

Comments
 (0)