Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AronisAt79 committed Sep 19, 2023
1 parent 4cad68e commit aaaef53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/src/bin/gen_blockchain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ where
(c_abi, contract_address, block_number, contract_instance)
}

async fn dump_tx_trace(prov: Provider<Http>, receipt: TransactionReceipt, name: &str) -> ()
{
async fn dump_tx_trace(prov: Provider<Http>, receipt: TransactionReceipt, name: &str) -> () {
let options = GethDebugTracingOptions::default();
let trace = prov
.debug_trace_transaction(receipt.transaction_hash, options)
Expand Down

0 comments on commit aaaef53

Please sign in to comment.