Skip to content

Commit c65ace8

Browse files
author
renzon
committed
close #8
1 parent 3b8265b commit c65ace8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _calcular_ponto_de_passaro(self, passaro, tempo, ):
134134
passaro.colidir_com_chao()
135135
else:
136136
break
137-
return self._transformar_em_ponto(passaro)
137+
return self._transformar_em_ponto(passaro)
138138

139139
def _existe_porco_ativo(self):
140140
return self._verificar_se_existe_ator_ativo(self._porcos)

0 commit comments

Comments
 (0)