Fix code style and typing

This commit is contained in:
Lipu Fei 2019-09-25 08:23:57 +02:00
parent 07269e4988
commit f2e518da6b
3 changed files with 7 additions and 4 deletions

View file

@ -103,7 +103,7 @@ Popup
text: model.name + " - " + model.layer_height + " mm"
checked:
{
if(Cura.MachineManager.hasCustomQuality)
if (Cura.MachineManager.hasCustomQuality)
{
// When user created profile is active, no quality tickbox should be active.
return false;