Skip to content

Commit 0e9966d

Browse files
authored
Merge pull request #1397 from crd477/patch-1
rustfmt
2 parents 75fbf7a + 8c88f76 commit 0e9966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/iterators/iterators1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// I AM NOT DONE
1212

13-
fn main () {
13+
fn main() {
1414
let my_fav_fruits = vec!["banana", "custard apple", "avocado", "peach", "raspberry"];
1515

1616
let mut my_iterable_fav_fruits = ???; // TODO: Step 1

0 commit comments

Comments
 (0)