Skip to content

Commit 10240a9

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent 2eb1ad2 commit 10240a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-2
Original file line numberDiff line numberDiff line change
@@ -2360,8 +2360,7 @@ - (NSArray *)_getAttributesToReportWithReportedValues:(NSArray<NSDictionary<NSSt
23602360
// if needed.
23612361
if (expectedValue) {
23622362
MTR_LOG_INFO("%@ report %@ value filtered - expected value still present", self, attributePath);
2363-
} else
2364-
{
2363+
} else {
23652364
MTR_LOG_INFO("%@ report %@ value filtered - same as read cache", self, attributePath);
23662365
}
23672366
}

0 commit comments

Comments
 (0)