mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -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
|
continue
|
||||||
|
|
||||||
if isinstance(value, SettingFunction):
|
if isinstance(value, SettingFunction):
|
||||||
value = value(extruder, context= context)
|
value = value(extruder, context = context)
|
||||||
|
|
||||||
result.append(value)
|
result.append(value)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue