Fix style
This commit is contained in:
parent
f7742afbf4
commit
c881051d43
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class LevelFacade {
|
|||
it.safeZone = true
|
||||
}
|
||||
|
||||
if (this@LevelFacade.minefield.width > 9) {
|
||||
if (minefield.width > 9) {
|
||||
findCrossNeighbors().forEach { neighbor ->
|
||||
neighbor
|
||||
.findCrossNeighbors()
|
||||
|
|
Loading…
Reference in a new issue