Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
byu343 committed Oct 2, 2024
1 parent 8639ace commit 0c0ae57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/RedisRemoteSaiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2054,11 +2054,13 @@ bool RedisRemoteSaiInterface::containsSwitch(
{
SWSS_LOG_ENTER();

if (!m_switchContainer->contains(switchId)){
if (!m_switchContainer->contains(switchId))
{
SWSS_LOG_WARN("context %s failed to find switch %s",
m_contextConfig->m_name.c_str(), sai_serialize_object_id(switchId).c_str());
return false;
}

return true;
}

Expand Down

0 comments on commit 0c0ae57

Please sign in to comment.