Skip to content

Commit

Permalink
Intentando Arreglar el build fail de Github
Browse files Browse the repository at this point in the history
  • Loading branch information
MatePirchi committed Nov 8, 2024
1 parent 02b2f23 commit df31eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlador.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object controlador {
if (dir == "actual"){
return !listaPiezas.any{p => self.posEstaOcupada(p.position().x(), p.position().y()) == 1}
}
return EvaluationError
return
}

method eliminarLinea(indexLinea){
Expand Down

0 comments on commit df31eef

Please sign in to comment.