Format code [skip actions]

This commit is contained in:
github-actions
2023-09-15 00:45:41 +00:00
parent 84e1371499
commit 2643c6b3b7
2 changed files with 12 additions and 10 deletions

View File

@@ -304,7 +304,7 @@ public class EntityGadget extends EntityBaseGadget {
}
configRoute.setStartIndex(I);
this.position.set(points[I].getPos());
if(I == points.length - 1) {
if (I == points.length - 1) {
configRoute.setStarted(false);
}
},