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 committed Jun 9, 2022
1 parent c3cbc93 commit 12ef0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/CASESession.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class DLL_EXPORT CASESession : public Messaging::UnsolicitedMessageHandler,
class CASESessionFabricDelegate final : public chip::FabricTable::Delegate
{
public:
CASESessionFabricDelegate(CASESession * caseSession) : mCASESession(caseSession) {}
CASESessionFabricDelegate(CASESession * caseSession) : mCASESession(caseSession) {}

void OnFabricDeletedFromStorage(FabricTable & fabricTable, FabricIndex fabricIndex) override
{
Expand Down

0 comments on commit 12ef0f9

Please sign in to comment.