Skip to content

Commit

Permalink
fix restyled-io and ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Mar 25, 2022
1 parent 96a7a92 commit 0f76aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/android/AndroidChipPlatform-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ JNI_METHOD(jboolean, updateCommissionableDataProviderData)
{
chip::DeviceLayer::StackLock lock;
CHIP_ERROR err = CommissionableDataProviderMgrImpl().Update(env, spake2pVerifierBase64, Spake2pSaltBase64,
spake2pIterationCount, setupPasscode, discriminator);
spake2pIterationCount, setupPasscode, discriminator);
if (err != CHIP_NO_ERROR)
{
ChipLogError(DeviceLayer, "Failed to update commissionable data provider data: %s", ErrorStr(err));
Expand Down

0 comments on commit 0f76aa6

Please sign in to comment.