Remove superflous whitespace + trailing newlines
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user