Skip to content

Commit 1942bc2

Browse files
committed
fix indent in fs.md
1 parent 44a80e8 commit 1942bc2

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)