Remove superflous whitespace + trailing newlines

This commit is contained in:
luzpaz
2025-01-29 07:18:13 -05:00
committed by Chris Hennes
parent 9d53b7190a
commit 2acc5ffbea
3 changed files with 8 additions and 8 deletions

View File

@@ -1448,7 +1448,7 @@ class WallHandler(BaseHandler):
# The Length property is used in the Wall to calculate volume, etc...
# Since make Circle does not calculate this Length I calculate it here...
self.importer.set_property(spine, "App::PropertyFloat", "Length", "The length of the Arc", length, group="Draft")
# The Start and End property are used in the Wall to determine Facebinders
# The Start and End property are used in the Wall to determine Facebinders
# characteristics...
self.importer.set_property(spine, "App::PropertyVector", "Start", "The start point of the Arc", start, group="Draft")
self.importer.set_property(spine, "App::PropertyVector", "End", "The end point of the Arc", end, group="Draft")