We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebad10a commit e1d3cfcCopy full SHA for e1d3cfc
csrc/val_graph.cpp
@@ -269,8 +269,8 @@ std::string ValGraph::toString() const {
269
ss << "IdGraph { \n";
270
ss << "Disjoint Ids:\n"
271
<< idGroupsString(*this, 1) << "\n\nDisjoint Expression groups:\n"
272
- << exprGroupsString(*this, 1) << std::endl;
273
- ss << " } IdGraph\n" << std::endl;
+ << exprGroupsString(*this, 1) << '\n';
+ ss << " } IdGraph\n";
274
return ss.str();
275
}
276
0 commit comments