Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 28, 2023
1 parent 2e2f2ea commit 9422a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ void ICDManager::Init(PersistentStorageDelegate * storage, FabricTable * fabricT
mStorage = storage;
mFabricTable = fabricTable;
VerifyOrDie(ICDNotifier::GetInstance().Subscribe(this) == CHIP_NO_ERROR);
mSymmetricKeystore = symmetricKeystore;
mExchangeManager = exchangeManager;
mSymmetricKeystore = symmetricKeystore;
mExchangeManager = exchangeManager;
mICDConfigurationData = &ICDConfigurationData::GetInstance();

// Removing the check for now since it is possible for the Fast polling
Expand Down

0 comments on commit 9422a1b

Please sign in to comment.