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 soares-sergio committed Dec 9, 2024
1 parent d04bff9 commit f9e5555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dnssd/Discovery_ImplPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ void DiscoveryImplPlatform::HandleDnssdError(void * context, CHIP_ERROR error)
publisher->Shutdown();

DeviceLayer::ChipDeviceEvent event{ .Type = DeviceLayer::DeviceEventType::kDnssdRestartNeeded };
error = DeviceLayer::PlatformMgr().PostEvent(&event);
error = DeviceLayer::PlatformMgr().PostEvent(&event);

if (error != CHIP_NO_ERROR)
{
Expand Down

0 comments on commit f9e5555

Please sign in to comment.