removed trailing whitespace

This commit is contained in:
Sven Oesau 2024-04-25 10:46:08 +02:00
parent 1bcf284431
commit 68cbb62b3d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ int main() {
KSR ksr(point_set, param);
ksr.detection_and_partition(1, param);
std::cout << ksr.detect_planar_shapes() << " planar shapes detected" << std::endl;
std::vector<Point_3> vtx;