]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/rustfmt/Design.md
Delete spaces
[rust.git] / src / tools / rustfmt / Design.md
index 00a7652aee0dcb10286f7ea9de0cfedfc6335e6c..7a4dcf8773b61a85b7fc6fcc6dd08c9a91b55a00 100644 (file)
@@ -150,8 +150,8 @@ for its configuration.
 
 Our visitor keeps track of the desired current indent due to blocks (
 `block_indent`). Each `visit_*` method reformats code according to this indent,
-`config.comment_width()` and `config.max_width()`. Most reformatting that is done 
-in the `visit_*` methods is a bit hacky and is meant to be temporary until it can 
+`config.comment_width()` and `config.max_width()`. Most reformatting that is done
+in the `visit_*` methods is a bit hacky and is meant to be temporary until it can
 be done properly.
 
 There are a bunch of methods called `rewrite_*`. They do the bulk of the