We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6387fc8 commit 39a6c11Copy full SHA for 39a6c11
src/geode/inspector/pointset_inspector.cpp
@@ -34,7 +34,7 @@ namespace geode
34
35
std::string PointSetInspectionResult::string() const
36
{
37
- return colocated_points_groups.string();
+ return absl::StrCat( colocated_points_groups.string(), "\n" );
38
}
39
40
std::string PointSetInspectionResult::inspection_type() const
0 commit comments