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 andreilitvin committed Oct 31, 2024
1 parent b0bfa95 commit 48e8163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/tests/integration/chip_im_responder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ void DispatchSingleClusterCommand(const ConcreteCommandPath & aRequestCommandPat
{
static bool statusCodeFlipper = false;

if (aRequestCommandPath != ConcreteCommandPath(kTestEndpointId, kTestClusterId, kTestCommandId)) {
if (aRequestCommandPath != ConcreteCommandPath(kTestEndpointId, kTestClusterId, kTestCommandId))
{
return;
}

Expand Down

0 comments on commit 48e8163

Please sign in to comment.