mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Code style: Space after binary operator
Contributes to issue CURA-4672.
This commit is contained in:
parent
d0a3575c0c
commit
4b9ddc186a
3 changed files with 4 additions and 4 deletions
|
@ -184,7 +184,7 @@ class X3DReader(MeshReader):
|
|||
got_center = (center.x != 0 or center.y != 0 or center.z != 0)
|
||||
|
||||
T = self.transform
|
||||
if trans.x != 0 or trans.y != 0 or trans.z !=0:
|
||||
if trans.x != 0 or trans.y != 0 or trans.z != 0:
|
||||
T.translate(trans)
|
||||
if got_center:
|
||||
T.translate(center)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue