Skip to content

Commit d7adde3

Browse files
committed
unnecessary squiglies
1 parent c35b693 commit d7adde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

day01/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ fn parse(fname: &str) -> Data {
77
String::from_utf8(fs::read(fname).expect("missing file"))
88
.unwrap()
99
.lines()
10-
.map(|x| {
10+
.map(|x|
1111
x
1212
.parse()
1313
.unwrap()
14-
})
14+
)
1515
.collect()
1616
}
1717

0 commit comments

Comments
 (0)