Skip to content

Commit 96bd3b9

Browse files
committed
commit Exercise_30_02
1 parent 7d733df commit 96bd3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter_30/exercise_30_02/Exercise_30_02.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public void drive() {
101101
else {
102102
x++;
103103
}
104-
setCoordinates();
105104
y = height;
105+
setCoordinates();
106106
}
107107

108108
public void setCoordinates() {

0 commit comments

Comments
 (0)