Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Dec 14, 2021
1 parent 2e0d076 commit 9c0aa99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/clusters/user-label-server/user-label-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,11 @@ CHIP_ERROR UserLabelAttrAccess::Read(const ConcreteReadAttributePath & aPath, At

switch (aPath.mAttributeId)
{
case LabelList::Id: {
case LabelList::Id:
return ReadLabelList(aPath.mEndpointId, aEncoder);
}
default: {
default:
break;
}
}
return CHIP_NO_ERROR;
}
} // anonymous namespace
Expand Down

0 comments on commit 9c0aa99

Please sign in to comment.