Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Feb 19, 2024
1 parent e992590 commit f1ff391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/script/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use forge::{
};
use foundry_cli::utils::{ensure_clean_constructor, needs_setup};
use foundry_common::{get_contract_name, provider::ethers::RpcUrl, shell, ContractsByArtifact};
use foundry_evm::inspectors::cheatcodes::ScriptWallets;
use foundry_compilers::artifacts::ContractBytecodeSome;
use foundry_evm::inspectors::cheatcodes::ScriptWallets;
use futures::future::join_all;
use parking_lot::RwLock;
use std::{
Expand Down

0 comments on commit f1ff391

Please sign in to comment.