diff rust/hg-core/src/ancestors.rs @ 42841:ce6797ef6eab

rust: apply more formatting fixes My cargo fmt updated these lines and they look good.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 31 Aug 2019 14:12:38 +0900
parents e8f3740cc067
children 26114bd6ec60
line wrap: on
line diff
--- a/rust/hg-core/src/ancestors.rs	Thu Aug 22 14:31:07 2019 +0200
+++ b/rust/hg-core/src/ancestors.rs	Sat Aug 31 14:12:38 2019 +0900
@@ -784,5 +784,4 @@
         missing_ancestors.remove_ancestors_from(&mut revs).unwrap();
         assert!(!revs.contains(&problem_rev));
     }
-
 }