Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missed code review comments #28626

Merged
merged 15 commits into from
Aug 10, 2023
Merged
Prev Previous commit
Next Next commit
Restyle
  • Loading branch information
andy31415 committed Aug 9, 2023
commit f32f7213e3935a54ff9e5c3030dddfb51152c265
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ ValidateKeySetWriteArguments(const chip::app::Clusters::GroupKeyManagement::Comm
}

bool GetProviderAndFabric(chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath,
Credentials::GroupDataProvider ** outGroupDataProvider, const FabricInfo ** outFabricInfo)
Credentials::GroupDataProvider ** outGroupDataProvider, const FabricInfo ** outFabricInfo)
{
VerifyOrDie(commandObj != nullptr);
VerifyOrDie(outGroupDataProvider != nullptr);
Expand Down
Loading