Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-05-29 15:30:33 +0300
commit89f0970a887612a6819263633180d027d06224af (patch)
tree0b900495a95a234c15f893563975eb346aee6e20 /cura/CuraActions.py
parent1e33360c359373f7acbf95ca9706514d12c0dd7f (diff)
Remove trailing whitespace from Python files
Diffstat (limited to 'cura/CuraActions.py')
-rw-r--r--cura/CuraActions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cura/CuraActions.py b/cura/CuraActions.py
index 3b37c69adc..4f3e842379 100644
--- a/cura/CuraActions.py
+++ b/cura/CuraActions.py
@@ -78,7 +78,7 @@ class CuraActions(QObject):
@pyqtSlot(int)
def multiplySelection(self, count: int) -> None:
"""Multiply all objects in the selection
-
+
:param count: The number of times to multiply the selection.
"""
@@ -114,7 +114,7 @@ class CuraActions(QObject):
@pyqtSlot(str)
def setExtruderForSelection(self, extruder_id: str) -> None:
"""Set the extruder that should be used to print the selection.
-
+
:param extruder_id: The ID of the extruder stack to use for the selected objects.
"""