Skip to content

Commit 939b52e

Browse files
committed
Removing empty comment
1 parent f7d53f5 commit 939b52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/draw_turtle.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() {
6060

6161
turtle.left(175.0);
6262
turtle.forward(SIZE * 43.0);
63-
63+
6464
// Here we start to draw highlights on the shell.
6565
// We have 3 highlights: on the right, in the middle and on the left.
6666

@@ -76,7 +76,7 @@ fn main() {
7676
turtle.forward(SIZE * 36.0);
7777
turtle.set_heading(180.0);
7878

79-
draw_left_highlight(&mut turtle);/**/
79+
draw_left_highlight(&mut turtle);
8080
}
8181

8282
fn draw_shell(turtle: &mut Turtle) {

0 commit comments

Comments
 (0)