Skip to content

Commit 7fd297c

Browse files
committed
Fix to comply with tidy
Remove unnecessary whitespace
1 parent f0de3cc commit 7fd297c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,7 @@ impl Path {
29712971
/// Creates an owned [`PathBuf`] with `path` adjoined to `self`.
29722972
///
29732973
/// If `path` is absolute, it replaces the current path.
2974-
///
2974+
///
29752975
/// On Windows:
29762976
///
29772977
/// * if `path` has a root but no prefix (e.g., `\windows`), it

0 commit comments

Comments
 (0)