Skip to content

Commit 8c88f76

Browse files
author
Chad Dougherty
authored
rustfmt
rustfmt converts "main ()" -> "main()"
1 parent 701b4be commit 8c88f76

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)