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 committed May 20, 2022
1 parent 0c7905d commit dedb491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/InvokeInteraction.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ CHIP_ERROR InvokeGroupCommandRequest(Messaging::ExchangeManager * exchangeMgr, c
auto commandSender = chip::Platform::MakeUnique<app::CommandSender>(nullptr, exchangeMgr);
VerifyOrReturnError(commandSender != nullptr, CHIP_ERROR_NO_MEMORY);


ReturnErrorOnFailure(commandSender->AddRequestData(commandPath, requestCommandData));
return commandSender->SendGroupCommandRequest(SessionHandle(session));
}
Expand Down

0 comments on commit dedb491

Please sign in to comment.