]> git.lizzy.rs Git - rust.git/commitdiff
Fix indentation issue
authorvarkor <github@varkor.com>
Thu, 14 Mar 2019 09:54:37 +0000 (09:54 +0000)
committervarkor <github@varkor.com>
Mon, 18 Mar 2019 19:44:52 +0000 (19:44 +0000)
src/librustdoc/html/format.rs

index 116839edc2f80f032534068aa2c6c97db2ad4064..f56322d9f0631b882e22994aa4a38633fdd1d9b7 100644 (file)
@@ -307,7 +307,7 @@ impl fmt::Display for clean::GenericArgs {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         match *self {
             clean::GenericArgs::AngleBracketed { ref args, ref bindings } => {
-            if !args.is_empty() || !bindings.is_empty() {
+                if !args.is_empty() || !bindings.is_empty() {
                     if f.alternate() {
                         f.write_str("<")?;
                     } else {