mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Style: Use "" for strings not ''
This commit is contained in:
parent
7cc493ad91
commit
0a6562a8f1
24 changed files with 242 additions and 240 deletions
|
@ -27,4 +27,4 @@ class PlatformPhysicsOperation(Operation):
|
|||
return group
|
||||
|
||||
def __repr__(self):
|
||||
return 'PlatformPhysicsOperation(t = {0})'.format(self._position)
|
||||
return "PlatformPhysicsOperation(t = {0})".format(self._position)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue