Skip to content

Commit e6df82a

Browse files
committed
Restyle
1 parent 2237b8c commit e6df82a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/CommandHandler.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,7 @@ CHIP_ERROR CommandHandler::PrepareInvokeResponseCommand(const ConcreteCommandPat
592592
auto commandPathRegistryEntry = GetCommandPathRegistry().Find(aPrepareParameters.mRequestCommandPath);
593593
VerifyOrReturnValue(commandPathRegistryEntry.has_value(), CHIP_ERROR_INCORRECT_STATE);
594594

595-
return PrepareInvokeResponseCommand(*commandPathRegistryEntry, aResponseCommandPath,
596-
aPrepareParameters.mStartOrEndDataStruct);
595+
return PrepareInvokeResponseCommand(*commandPathRegistryEntry, aResponseCommandPath, aPrepareParameters.mStartOrEndDataStruct);
597596
}
598597

599598
CHIP_ERROR CommandHandler::PrepareCommand(const ConcreteCommandPath & aResponseCommandPath, bool aStartDataStruct)

0 commit comments

Comments
 (0)