Skip to content

Commit

Permalink
Update src/app/codegen-data-model-provider/EmberMetadata.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple committed Aug 1, 2024
1 parent 290bab6 commit 9013331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/codegen-data-model-provider/EmberMetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using Protocols::InteractionModel::Status;

std::variant<const EmberAfCluster *, // global attribute, data from a cluster
const EmberAfAttributeMetadata *, // a specific attribute stored by ember
Protocols::InteractionModel::Status // one of Status::Unsupported*
Status // one of Status::Unsupported*
>
FindAttributeMetadata(const ConcreteAttributePath & aPath)
{
Expand Down

0 comments on commit 9013331

Please sign in to comment.