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 liangpy4 committed Dec 17, 2023
1 parent c90a1f3 commit c8d83fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void Instance::HandleAddMoreTime(HandlerContext & ctx, const Commands::AddMoreTi
ChipLogError(Zcl, "Microwave Oven Control: Failed to set cookTime, cookTime value is out of range"));

finalCookTime = GetCookTime() + req.timeToAdd;
status = mDelegate->HandleModifyCookTimeCallback(finalCookTime);
status = mDelegate->HandleModifyCookTimeCallback(finalCookTime);

exit:
ctx.mCommandHandler.AddStatus(ctx.mRequestPath, status);
Expand Down

0 comments on commit c8d83fb

Please sign in to comment.