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