comparison rust/hg-core/src/discovery.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 798b7d4b463e
children 5ac243a92e37
comparison
equal deleted inserted replaced
42840:b1b984f9c01d 42841:ce6797ef6eab
689 // - we went both ways 689 // - we went both ways
690 // - we didn't take all Revisions (6 is not in the sample) 690 // - we didn't take all Revisions (6 is not in the sample)
691 assert_eq!(sample, vec![0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13]); 691 assert_eq!(sample, vec![0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13]);
692 Ok(()) 692 Ok(())
693 } 693 }
694 694 }
695 }