Fix code style

These changed in the same pull request so I'll remove them here.

Contributes to issue CURA-5682.
This commit is contained in:
Ghostkeeper 2018-09-06 17:23:16 +02:00
parent 9e56d6d29f
commit c1ef9abf1d
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
4 changed files with 9 additions and 6 deletions

View file

@ -42,7 +42,7 @@ Item
Cura.MaterialBrandsModel { id: materials_model }
Cura.GenericMaterialsModel { id: generic_materials_model }
function expandActiveMaterial( search_root_id )
function expandActiveMaterial(search_root_id)
{
for (var n = 0; n < generic_materials_model.rowCount(); n++)
{