mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Fix code styling
This commit is contained in:
parent
a7b5879263
commit
ea16f967d7
1 changed files with 1 additions and 3 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue