Removed abundant whitespace

This commit is contained in:
Jaime van Kessel 2016-11-14 17:54:38 +01:00
parent bade9e1bff
commit dffb54d901

View file

@ -287,7 +287,6 @@ class ExtruderManager(QObject):
result.append(stack.getProperty(setting_key, property)) result.append(stack.getProperty(setting_key, property))
return result return result
## Removes the container stack and user profile for the extruders for a specific machine. ## Removes the container stack and user profile for the extruders for a specific machine.
# #
# \param machine_id The machine to remove the extruders for. # \param machine_id The machine to remove the extruders for.