Skip to content

Commit

Permalink
Improve ICDClientStorage (project-chip#30931)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and thivya-amazon committed Dec 18, 2023
1 parent f68c96b commit 6e93fdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/icd/client/DefaultICDClientStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ static_assert(kMaxFabricListTlvLength <= std::numeric_limits<uint16_t>::max(), "

namespace chip {
namespace app {

CHIP_ERROR
DefaultICDClientStorage::UpdateFabricList(FabricIndex fabricIndex)
CHIP_ERROR DefaultICDClientStorage::UpdateFabricList(FabricIndex fabricIndex)
{
for (auto & fabric_idx : mFabricList)
{
Expand Down

0 comments on commit 6e93fdf

Please sign in to comment.