Checkstyle fix

This commit is contained in:
GeChallengeM
2021-08-01 18:48:22 +02:00
committed by GitHub
parent 113e12a1c4
commit 3ccde0c785

View File

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