cargo fmt

This commit is contained in:
Michael Vines
2019-12-20 19:52:12 -08:00
parent 9815dcc159
commit 0c2f002774

View File

@ -727,8 +727,7 @@ fn main() {
}
});
}
("bounds", Some(args_matches)) => {
match blocktree.slot_meta_iterator(0) {
("bounds", Some(args_matches)) => match blocktree.slot_meta_iterator(0) {
Ok(metas) => {
let all = args_matches.is_present("all");
@ -753,7 +752,6 @@ fn main() {
eprintln!("Unable to read the Ledger: {:?}", err);
exit(1);
}
}
},
("", _) => {
eprintln!("{}", matches.usage());