Fix code styling

This commit is contained in:
Lipu Fei 2017-03-14 10:58:04 +01:00
parent a7b5879263
commit ea16f967d7

View file

@ -854,7 +854,7 @@ UM.MainWindow
function start(id)
{
var actions = Cura.MachineActionManager.getFirstStartActions(id)
var actions = Cura.MachineActionManager.getFirstStartActions(id)
resetPages() // Remove previous pages
for (var i = 0; i < actions.length; i++)
@ -913,7 +913,6 @@ UM.MainWindow
{
discardOrKeepProfileChangesDialog.show()
}
}
Connections
@ -963,4 +962,3 @@ UM.MainWindow
}
}
}