Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 17, 2025
1 parent cc10a80 commit 9447bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/data-model-provider/MetadataSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ std::optional<ServerClusterEntry> ServerClusterFinder::Find(const ConcreteCluste

if (mEndpointId != path.mEndpointId)
{
mEndpointId = path.mEndpointId;
mEndpointId = path.mEndpointId;
mClusterEntries = mProvider->ServerClusters(path.mEndpointId);
}

Expand All @@ -49,7 +49,7 @@ std::optional<AttributeEntry> AttributeFinder::Find(const ConcreteAttributePath
if (mClusterPath != path)
{
mClusterPath = path;
mAttributes = mProvider->Attributes(path);
mAttributes = mProvider->Attributes(path);
}

auto attributesSpan = mAttributes.GetSpanValidForLifetime();
Expand Down

0 comments on commit 9447bfe

Please sign in to comment.