Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Aug 12, 2024
1 parent c873ad3 commit 35d3a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/libCZI/CziMetadataBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ static bool TryRetrieveIdAndNameAttributeFromChannels(IXmlNodeRw* root, int chan
{
channelId.clear();

Check warning on line 1043 in Src/libCZI/CziMetadataBuilder.cpp

View check run for this annotation

Codecov / codecov/patch

Src/libCZI/CziMetadataBuilder.cpp#L1043

Added line #L1043 was not covered by tests
}

const bool nameAttributeFound = channelNode->TryGetAttribute(L"Name", &channelName);
if (!nameAttributeFound)
{
Expand Down

0 comments on commit 35d3a35

Please sign in to comment.