Skip to content

Commit

Permalink
lint: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Feb 15, 2024
1 parent ecbf36d commit 513903c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/lib/zksync_core/src/api_server/web3/namespaces/zks.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashMap, convert::TryInto, env, str::FromStr};
use std::{collections::HashMap, convert::TryInto};

use bigdecimal::{BigDecimal, Zero};
use zksync_dal::StorageProcessor;
Expand All @@ -16,8 +16,8 @@ use zksync_types::{
l2_to_l1_log::L2ToL1Log,
tokens::ETHEREUM_ADDRESS,
transaction_request::CallRequest,
AccountTreeId, L1BatchNumber, MiniblockNumber, StorageKey, Transaction, H160,
L1_MESSENGER_ADDRESS, L2_ETH_TOKEN_ADDRESS, REQUIRED_L1_TO_L2_GAS_PER_PUBDATA_BYTE, U256, U64,
AccountTreeId, L1BatchNumber, MiniblockNumber, StorageKey, Transaction, L1_MESSENGER_ADDRESS,
L2_ETH_TOKEN_ADDRESS, REQUIRED_L1_TO_L2_GAS_PER_PUBDATA_BYTE, U256, U64,
};
use zksync_utils::{address_to_h256, ratio_to_big_decimal_normalized};
use zksync_web3_decl::{
Expand Down
2 changes: 1 addition & 1 deletion core/lib/zksync_core/src/api_server/web3/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use zksync_config::configs::{api::Web3JsonRpcConfig, chain::NetworkConfig, Contr
use zksync_dal::{ConnectionPool, StorageProcessor};
use zksync_types::{
api, l2::L2Tx, transaction_request::CallRequest, Address, L1BatchNumber, L1ChainId, L2ChainId,
MiniblockNumber, H160, H256, U256, U64,
MiniblockNumber, H256, U256, U64,
};
use zksync_web3_decl::{error::Web3Error, types::Filter};

Expand Down

0 comments on commit 513903c

Please sign in to comment.