Apply checkstyle

This commit is contained in:
Lubos Lenco
2021-04-19 12:49:20 +02:00
parent af738e0051
commit 468a782ea3
+1 -1
View File
@@ -186,7 +186,7 @@ class MeshUtil {
if (smooth) {
var shared = new Uint32Array(1024);
var sharedLen = 0;
var found:Array<Int> = [];
var found: Array<Int> = [];
for (i in 0...(inda.length - 1)) {
if (found.indexOf(i) >= 0) continue;
var i1 = inda[i];