Skip to content

Commit 62b280a

Browse files
committed
fix whitespace
1 parent 11c44aa commit 62b280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn book(build: &Build, target: &str, name: &str) {
7272
let index = format!("{}/index.md", name);
7373
println!("Documenting book index ({})", target);
7474
invoke_rustdoc(build, target, &index);
75-
75+
7676
// build the redirect pages
7777
println!("Documenting book redirect pages ({})", target);
7878
for file in t!(fs::read_dir(build.src.join("src/doc/book/redirects"))) {

0 commit comments

Comments
 (0)