Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Apr 16, 2024
1 parent 2eb1ad2 commit 10240a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2360,8 +2360,7 @@ - (NSArray *)_getAttributesToReportWithReportedValues:(NSArray<NSDictionary<NSSt
// if needed.
if (expectedValue) {
MTR_LOG_INFO("%@ report %@ value filtered - expected value still present", self, attributePath);
} else
{
} else {
MTR_LOG_INFO("%@ report %@ value filtered - same as read cache", self, attributePath);
}
}
Expand Down

0 comments on commit 10240a9

Please sign in to comment.