mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 16:33:15 +08:00
Fix code style
This commit is contained in:
parent
47d74950dc
commit
528a6b651d
@ -76,7 +76,6 @@ Item
|
|||||||
// select the first one that's not "unknown" by default.
|
// select the first one that's not "unknown" by default.
|
||||||
for (var i = 0; i < count; i++)
|
for (var i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!model[i].is_unknown_machine_type)
|
if (!model[i].is_unknown_machine_type)
|
||||||
{
|
{
|
||||||
currentIndex = i
|
currentIndex = i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user