Skip to content

Commit 071ae66

Browse files
Remove empty lines
1 parent c33adb9 commit 071ae66

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/std_misc/fs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ fn main() {
103103
println!("! {:?}", why.kind());
104104
});
105105
}
106-
107106
```
108107

109108
Here's the expected successful output:

src/std_misc/path.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ fn main() {
4545
Some(s) => println!("new path is {}", s),
4646
}
4747
}
48-
4948
```
5049

5150
Be sure to check at other `Path` methods (`posix::Path` or `windows::Path`) and

src/std_misc/threads/testcase_mapreduce.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ fn main() {
115115
116116
println!("Final sum result: {}", final_result);
117117
}
118-
119-
120118
```
121119

122120
### Assignments

0 commit comments

Comments
 (0)