Skip to content

Commit 6deee7e

Browse files
committed
fixed spacing
1 parent 135e5d4 commit 6deee7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/option/option1.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
//option1.rs
2-
//Make me compile! Execute `rustlings hint option1` for hints
1+
// option1.rs
2+
// Make me compile! Execute `rustlings hint option1` for hints
33

4-
//I AM NOT DONE
4+
// I AM NOT DONE
55

6-
//you can modify anything EXCEPT for this function's sig
6+
// you can modify anything EXCEPT for this function's sig
77
fn print_number(maybe_number: Option<u16>) {
88
println!("printing: {}", *maybe_number);
99
}

0 commit comments

Comments
 (0)