Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aya015757881 committed May 6, 2024
1 parent 2817eb9 commit 26a20ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anychain-ethereum/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use ethabi::ethereum_types::H160;
use ethabi::{Function, Param, ParamType, StateMutability, Token};
use ethereum_types::U256;
use rlp::{decode_list, RlpStream};
use serde_json::{json, Value};
use std::convert::TryInto;
use serde_json::{Value, json};

/// Trim the leading zeros of a byte stream and return it
fn trim_leading_zeros(v: &Vec<u8>) -> &[u8] {
Expand Down

0 comments on commit 26a20ce

Please sign in to comment.