Skip to content

Commit

Permalink
Fixed ill-line-formatted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugr Rex committed Apr 14, 2023
1 parent fb0400f commit 54ef1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extractor/node_based_graph_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ void NodeBasedGraphFactory::CompressAnnotationData()
// remove unreferenced entries, shifting other entries to the front
const auto new_end =
std::remove_if(annotation_data.begin(), annotation_data.end(), [&](auto const &data) {
// both elements are considered equal (to remove the
// second one) if the annotation mapping of the second one is
// both elements are considered equal (to remove the one
// one) if the annotation mapping of the second one is
// invalid
return data.name_id == INVALID_NAMEID;
});
Expand Down

0 comments on commit 54ef1b3

Please sign in to comment.