Skip to content

Commit a09b2eb

Browse files
restyled-commitsnivi-apple
authored andcommittedMay 28, 2024
Restyled by clang-format
1 parent 033eb02 commit a09b2eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/darwin/Framework/CHIPTests/MTRPerControllerStorageTests.m

-2
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,6 @@ - (void)test012_testDataStorageUpdatesWhenRemovingClusters
24782478
};
24792479

24802480
delegate.onReportEnd = ^{
2481-
24822481
// Make sure that the cluster data does not have cluster ID - MTRClusterIDTypeIdentifyID in the cluster index for endpoint 1
24832482
// and cluster data for MTRClusterIDTypeIdentifyID is nil.
24842483
// We do not need to check _persistedClusterData here. _persistedClusterData will be paged in from storage when needed so
@@ -2617,7 +2616,6 @@ - (void)test013_testDataStorageUpdatesWhenRemovingAttributes
26172616
};
26182617

26192618
delegate.onReportEnd = ^{
2620-
26212619
// Make sure that the cluster data in the data storage is populated with cluster data for MTRClusterIDTypeIdentifyID cluster
26222620
// and has all attributes except attribute 1 which was deleted.
26232621
// We will page in the cluster data from storage to check the above.

0 commit comments

Comments
 (0)