Skip to content

Commit 6b55943

Browse files
committed
restyled
1 parent 20fea98 commit 6b55943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.mm

+2-2
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ - (void)_pruneEmptyStoredAttributesBranches
571571
}
572572

573573
if (storeFailures) {
574-
MTR_LOG_ERROR("Store failed in _pruneEmptyStoredAttributesBranches: %lu", (unsigned long)storeFailures);
574+
MTR_LOG_ERROR("Store failed in _pruneEmptyStoredAttributesBranches: %lu", (unsigned long) storeFailures);
575575
}
576576
}
577577

@@ -655,7 +655,7 @@ - (void)storeAttributeValues:(NSArray<NSDictionary *> *)dataValues forNodeID:(NS
655655
// In the rare event that store fails, allow all attribute store attempts to go through and prune empty branches at the end altogether.
656656
if (storeFailures) {
657657
[self _pruneEmptyStoredAttributesBranches];
658-
MTR_LOG_ERROR("Store failed in -storeAttributeValues:forNodeID: %lu", (unsigned long)storeFailures);
658+
MTR_LOG_ERROR("Store failed in -storeAttributeValues:forNodeID: %lu", (unsigned long) storeFailures);
659659
}
660660
});
661661
}

0 commit comments

Comments
 (0)