mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:46:01 +08:00
Fix code style
This commit is contained in:
parent
b1198ee1b8
commit
329b38663e
@ -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…
x
Reference in New Issue
Block a user