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 hnnajh committed Jun 12, 2024
1 parent 4b9c92a commit c965316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/OperationalSessionSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void OperationalSessionSetup::Connect(Callback::Callback<OnDeviceConnected> * on
void OperationalSessionSetup::UpdateDeviceData(const ResolveResult & result)
{
auto & config = result.mrpRemoteConfig;
auto addr = result.address;
auto addr = result.address;
#if CHIP_DEVICE_CONFIG_ENABLE_AUTOMATIC_CASE_RETRIES
// Make sure to clear out our reason for trying the next result first thing,
// so it does not stick around in various error cases.
Expand Down

0 comments on commit c965316

Please sign in to comment.