Skip to content

Commit

Permalink
chore: moar fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Feb 3, 2025
1 parent a8b2880 commit 70041a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/forge/bin/cmd/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use crate::cmd::install;
use alloy_chains::Chain;
use alloy_dyn_abi::{DynSolValue, JsonAbiExt, Specifier};
use alloy_json_abi::{Constructor, JsonAbi};
use alloy_network::{
AnyNetwork, AnyTransactionReceipt, EthereumWallet, TransactionBuilder,
};
use alloy_network::{AnyNetwork, AnyTransactionReceipt, EthereumWallet, TransactionBuilder};
use alloy_primitives::{hex, Address, Bytes};
use alloy_provider::{PendingTransactionError, Provider, ProviderBuilder};
use alloy_rpc_types::TransactionRequest;
Expand Down

0 comments on commit 70041a3

Please sign in to comment.