Skip to content

Commit 0b5beb0

Browse files
committed
Indenting again
1 parent eb20374 commit 0b5beb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

chapter_08/02_two_car_objects.rb

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ def setup
1818
end
1919

2020
def draw
21-
background 255
21+
background 255
2222

23-
# Operate the car object in draw
24-
# by calling object methods using the dots syntax.
25-
@red_car.move(@red_car_speed)
26-
@red_car.display_car
27-
@blue_car.move(@blue_car_speed)
28-
@blue_car.display_car
23+
# Operate the car object in draw
24+
# by calling object methods using the dots syntax.
25+
@red_car.move(@red_car_speed)
26+
@red_car.display_car
27+
@blue_car.move(@blue_car_speed)
28+
@blue_car.display_car
2929
end
3030

3131
end

0 commit comments

Comments
 (0)