Skip to content

Commit 39a6c11

Browse files
committed
review
1 parent 6387fc8 commit 39a6c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geode/inspector/pointset_inspector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace geode
3434

3535
std::string PointSetInspectionResult::string() const
3636
{
37-
return colocated_points_groups.string();
37+
return absl::StrCat( colocated_points_groups.string(), "\n" );
3838
}
3939

4040
std::string PointSetInspectionResult::inspection_type() const

0 commit comments

Comments
 (0)