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 mkardous-silabs committed Sep 23, 2024
1 parent c189be6 commit 63ea1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/icd/server/ICDMonitoringTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ struct ICDMonitoringTable
{
ICDMonitoringTable(PersistentStorageDelegate & storage, FabricIndex fabric, uint16_t limit,
Crypto::SymmetricKeystore * symmetricKeystore) :
mStorage(&storage), mFabric(fabric), mLimit(limit), mSymmetricKeystore(symmetricKeystore)
mStorage(&storage),
mFabric(fabric), mLimit(limit), mSymmetricKeystore(symmetricKeystore)
{}

/**
Expand Down

0 comments on commit 63ea1b8

Please sign in to comment.