Skip to content

Commit

Permalink
Update src/app/icd/ICDManager.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
mkardous-silabs and bzbarsky-apple authored Jan 19, 2024
1 parent d478a47 commit de37e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/icd/ICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ void ICDManager::postObserverEvent(ObserverEventType event)
});
}

bool ICDManager::VerifyIfCheckInMessagesWouldBeSent()
bool ICDManager::CheckInMessagesWouldBeSent()
{
for (const auto & fabricInfo : *mFabricTable)
{
Expand Down

0 comments on commit de37e35

Please sign in to comment.