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