Fix code style

This commit is contained in:
Lipu Fei 2019-03-22 10:06:47 +01:00
parent 47d74950dc
commit 528a6b651d

View file

@ -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