Path: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-16 18:34:33 -05:00
committed by wwmayer
parent 4c09fe0162
commit f13299a5a6
22 changed files with 126 additions and 126 deletions

View File

@@ -282,7 +282,7 @@ Base::BoundBox3d Toolpath::getBoundBox() const
BoundBoxSegmentVisitor visitor;
PathSegmentWalker walker(*this);
walker.walk(visitor, Vector3d(0, 0, 0));
return visitor.bb;
}