Remove indentation from doc comments.

The indentation in `command/bundle.rs` and `swap_chain.rs` causes
rustdoc to interpret these comments as code, which it then tries to
parse. Removing the indentation persuades it that they are text.
This commit is contained in:
Jim Blandy 2022-08-20 16:29:55 -07:00
parent 4f9e82a77d
commit 7c491c0d14
2 changed files with 41 additions and 41 deletions