]> git.lizzy.rs Git - rust.git/commitdiff
Fix tidy trailing whitespace
authorPhlosioneer <mattmdrr2@gmail.com>
Tue, 20 Mar 2018 05:02:15 +0000 (01:02 -0400)
committerPhlosioneer <mattmdrr2@gmail.com>
Tue, 20 Mar 2018 05:02:15 +0000 (01:02 -0400)
src/librustdoc/clean/auto_trait.rs

index 918bc1df0b1d6ec21e742ccd2e3ab3f232e00a1c..9ff3d25a45ae412081110b6f9166471857bd0371 100644 (file)
@@ -1387,7 +1387,7 @@ fn sort_where_predicates(&self, mut predicates: &mut Vec<WherePredicate>) {
         // an unstable sort is fine.
         self.unstable_debug_sort(&mut predicates);
     }
-    
+
     // Ensure that the bounds are in a consistent order. The precise
     // ordering doesn't actually matter, but it's important that
     // a given set of bounds always appears in the same order -
@@ -1400,7 +1400,7 @@ fn sort_where_bounds(&self, mut bounds: &mut Vec<TyParamBound>) {
         // an unstable sort is fine.
         self.unstable_debug_sort(&mut bounds);
     }
-    
+
     #[inline]
     fn sort_where_lifetimes(&self, mut bounds: &mut Vec<Lifetime>) {
         // We should never have identical bounds - and if we do,