Skip to content

Commit

Permalink
Tidy layout
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-bourne committed Dec 1, 2023
1 parent dbae66f commit ca8d4b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mdbook-rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ fn write_body(
if let Some(comment) = ast::Comment::cast(token.clone()) {
if comment.is_doc() {
output.push_str(ensure_in_code_block(&mut in_code_block, &whitespace));

output.push_str(&write_lines(comment, longest_prefix));
} else {
output.push_str(ensure_in_markdown(&mut in_code_block, &whitespace));
Expand Down

0 comments on commit ca8d4b4

Please sign in to comment.