Skip to content

Commit b523a9f

Browse files
committed
src/args.rs:apply cargo fmt
1 parent 6daa260 commit b523a9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/args.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ pub fn historical_price(currency: &str, timestamp: &str) {
7171
///
7272
#[derive(Debug, Default)]
7373
pub struct Args {
74-
7574
// VERSION
7675
// pub version: Option<String>,
7776
/// `https://mempool.space/api/v1/difficulty-adjustment`
@@ -230,9 +229,6 @@ impl Args {
230229
std::process::exit(0);
231230
}
232231

233-
234-
235-
236232
if matches.opt_present("block") {
237233
print!("69:block");
238234
std::process::exit(0);

0 commit comments

Comments
 (0)