Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Dec 17, 2021
1 parent 0ef2cd3 commit c940e18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions applications/tari_base_node/src/command_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,7 @@ impl CommandHandler {
},
Ok(mut data) => match data.pop() {
Some(v) => println!("{}", v.block()),
_ => println!(
"Block not found for utxo commitment {}",
commitment.to_hex()
),
_ => println!("Block not found for utxo commitment {}", commitment.to_hex()),
},
};
});
Expand Down

0 comments on commit c940e18

Please sign in to comment.