cargo fmt
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user