@@ -39,8 +39,7 @@ |
||
| 39 | 39 | if ($movement->isForward()) |
| 40 | 40 | { |
| 41 | 41 | $new_position = $this->position->moveForward($this->orientation); |
| 42 | - } |
|
| 43 | - else |
|
| 42 | + } else |
|
| 44 | 43 | { |
| 45 | 44 | $new_position = $this->position->moveBackward($this->orientation); |
| 46 | 45 | } |