Fix code style

Contributes to issue CURA-7859.
This commit is contained in:
Ghostkeeper 2021-06-14 15:41:30 +02:00 committed by GitHub
parent 8caae610ba
commit cf604570bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ class CuraActions(QObject):
center_y = 0
# Move the object so that it's bottom is on to of the buildplate
center_operation = TranslateOperation(current_node, Vector(0, center_y, 0), set_position= True)
center_operation = TranslateOperation(current_node, Vector(0, center_y, 0), set_position = True)
operation.addOperation(center_operation)
operation.push()