Fix style

This commit is contained in:
Lucas Lima 2020-04-03 09:36:51 -03:00
parent f7742afbf4
commit c881051d43
No known key found for this signature in database
GPG key ID: C828A958035D9C34

View file

@ -94,7 +94,7 @@ class LevelFacade {
it.safeZone = true
}
if (this@LevelFacade.minefield.width > 9) {
if (minefield.width > 9) {
findCrossNeighbors().forEach { neighbor ->
neighbor
.findCrossNeighbors()