Fix checkstyle
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user