Skip to content

Commit 3d991ba

Browse files
committed
rustdoc: Whitespace
1 parent 87b9d67 commit 3d991ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc/markdown_pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn write_index(ctxt: ctxt, index: doc::index) {
258258
if vec::is_empty(index.entries) {
259259
ret;
260260
}
261-
261+
262262
for entry in index.entries {
263263
let header = header_text_(entry.kind, entry.name);
264264
let id = entry.link;

0 commit comments

Comments
 (0)