Skip to content

Commit efe6a41

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by whitespace
1 parent 3bcd943 commit efe6a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/tests/TestCommandInteraction.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1324,10 +1324,10 @@ void TestCommandInteraction::TestCommandHandlerWithoutResponderCallingDirectPrep
13241324
chip::app::ConcreteCommandPath requestCommandPath(kTestEndpointId, kTestClusterId, kTestCommandIdWithData);
13251325
CommandHandler commandHandler(&mockCommandHandlerDelegate);
13261326

1327-
// We intentionally prevent successful calls to PrepareInvokeResponseCommand and FinishCommand when no
1327+
// We intentionally prevent successful calls to PrepareInvokeResponseCommand and FinishCommand when no
13281328
// responder is present. This aligns with the design decision to promote AddStatus and AddResponseData
13291329
// usage in such scenarios. See GitHub issue #32486 for discussions on phasing out external use of
1330-
// these primitives.
1330+
// these primitives.
13311331
const CommandHandler::InvokeResponseParameters prepareParams(requestCommandPath);
13321332
ConcreteCommandPath responseCommandPath = { kTestEndpointId, kTestClusterId, kTestCommandIdCommandSpecificResponse };
13331333
CHIP_ERROR err = commandHandler.PrepareInvokeResponseCommand(responseCommandPath, prepareParams);

0 commit comments

Comments
 (0)