Skip to content

Commit 284e6e8

Browse files
authored
Merge pull request #1535 from cho0h5/master
fix indent in fs.md
2 parents 44a80e8 + 1942bc2 commit 284e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn main() {
6464
// Create a symbolic link, returns `io::Result<()>`
6565
if cfg!(target_family = "unix") {
6666
unix::fs::symlink("../b.txt", "a/c/b.txt").unwrap_or_else(|why| {
67-
println!("! {:?}", why.kind());
67+
println!("! {:?}", why.kind());
6868
});
6969
}
7070

0 commit comments

Comments
 (0)