mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:55:53 +08:00
Also remove comma
This makes the review task less, actually. Contributes to issue CURA-5460.
This commit is contained in:
parent
d7eb5a76be
commit
f603b4c426
@ -124,7 +124,7 @@ class BrandMaterialsModel(ListModel):
|
||||
"brand": metadata["brand"],
|
||||
"material": metadata["material"],
|
||||
"color_name": metadata["color_name"],
|
||||
"container_node": container_node,
|
||||
"container_node": container_node
|
||||
}
|
||||
brand_group_dict[brand][material_type].append(item)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user