Skip to content

Commit

Permalink
Merge pull request #1535 from cho0h5/master
Browse files Browse the repository at this point in the history
fix indent in fs.md
  • Loading branch information
marioidival authored Apr 25, 2022
2 parents 44a80e8 + 1942bc2 commit 284e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std_misc/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn main() {
// Create a symbolic link, returns `io::Result<()>`
if cfg!(target_family = "unix") {
unix::fs::symlink("../b.txt", "a/c/b.txt").unwrap_or_else(|why| {
println!("! {:?}", why.kind());
println!("! {:?}", why.kind());
});
}
Expand Down

0 comments on commit 284e6e8

Please sign in to comment.