mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix code style
This commit is contained in:
parent
b1198ee1b8
commit
329b38663e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class CustomSettingFunctions:
|
|||
continue
|
||||
|
||||
if isinstance(value, SettingFunction):
|
||||
value = value(extruder, context= context)
|
||||
value = value(extruder, context = context)
|
||||
|
||||
result.append(value)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue