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
|
it.safeZone = true
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this@LevelFacade.minefield.width > 9) {
|
if (minefield.width > 9) {
|
||||||
findCrossNeighbors().forEach { neighbor ->
|
findCrossNeighbors().forEach { neighbor ->
|
||||||
neighbor
|
neighbor
|
||||||
.findCrossNeighbors()
|
.findCrossNeighbors()
|
||||||
|
|
Loading…
Reference in a new issue