Fix checkstyle

This commit is contained in:
GeChallengeM
2021-08-01 18:43:47 +02:00
committed by GitHub
parent 38939ac971
commit 113e12a1c4

View File

@@ -482,7 +482,8 @@ public class WorldPoint
List<WorldPoint> checkpointWPs = new ArrayList<>();
for (Tile checkpointTile : checkpointTiles)
{
if (checkpointTile == null) {
if (checkpointTile == null)
{
break;
}
checkpointWPs.add(checkpointTile.getWorldLocation());