mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 00:07:52 -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)
|
function start(id)
|
||||||
{
|
{
|
||||||
var actions = Cura.MachineActionManager.getFirstStartActions(id)
|
var actions = Cura.MachineActionManager.getFirstStartActions(id)
|
||||||
resetPages() // Remove previous pages
|
resetPages() // Remove previous pages
|
||||||
|
|
||||||
for (var i = 0; i < actions.length; i++)
|
for (var i = 0; i < actions.length; i++)
|
||||||
|
@ -913,7 +913,6 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
discardOrKeepProfileChangesDialog.show()
|
discardOrKeepProfileChangesDialog.show()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
Connections
|
||||||
|
@ -963,4 +962,3 @@ UM.MainWindow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue