Skip to content

Commit 5c1fceb

Browse files
league-workshopperleague-workshopper
authored andcommitted
Fixed indentation.
1 parent c522e92 commit 5c1fceb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/day1/robot/Spiral.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ public static void main(String[] args) {
99

1010
// 4. Do the following (steps 5-8) 75 times
1111

12-
// 6. Change the pen color to random
13-
14-
// 5. Move the robot 5 times the current line number you are drawing (5*i)
15-
16-
// 2. Turn the robot 1/3 of 360 degrees to the right
17-
18-
// 7. Change the number of sides to 7 (don’t add a new line of code for this one!)
19-
20-
// 8. Set the pen width to i
12+
// 6. Change the pen color to random
13+
14+
// 5. Move the robot 5 times the current line number you are drawing (5*i)
15+
16+
// 2. Turn the robot 1/3 of 360 degrees to the right
17+
18+
// 7. Change the number of sides to 7 (don’t add a new line of code for this one!)
19+
20+
// 8. Set the pen width to i
2121

2222
}
2323
}

0 commit comments

Comments
 (0)