Skip to content

Commit eb20374

Browse files
committed
Indenting
1 parent c8e4288 commit eb20374

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

chapter_08/01_car_class_and_car_variable.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def setup
99
end
1010

1111
def draw
12-
background 255
13-
14-
# Operate the car object in draw
15-
# by calling object methods using the dots syntax.
16-
@my_car.move
17-
@my_car.display_car
12+
background 255
13+
14+
# Operate the car object in draw
15+
# by calling object methods using the dots syntax.
16+
@my_car.move
17+
@my_car.display_car
1818
end
1919

2020
end

0 commit comments

Comments
 (0)