]> git.lizzy.rs Git - rust.git/commitdiff
Fixing `type_punctuation_density=Wide` snippet
authorDavid Alber <alber.david@gmail.com>
Sun, 21 Jan 2018 06:44:09 +0000 (22:44 -0800)
committerDavid Alber <alber.david@gmail.com>
Fri, 26 Jan 2018 05:05:19 +0000 (21:05 -0800)
Configurations.md

index cbc034a8b018a8828d5aa47cc90ce15f35231ff5..a152ad66aa31ee0415da27c6c32cb6051ebe3122 100644 (file)
@@ -1769,7 +1769,7 @@ Determines if `+` or `=` are wrapped in spaces in the punctuation of types
 
 ```rust
 fn lorem<Ipsum: Dolor + Sit = Amet>() {
-       // body
+    // body
 }
 ```