Skip to content

Commit 4b2f052

Browse files
committed
chore: clippy
1 parent 72b7f27 commit 4b2f052

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/forge/tests/it/zk/linking.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use forge::revm::primitives::SpecId;
22
use foundry_test_utils::{forgetest_async, util, Filter, TestCommand, TestProject};
3-
use foundry_zksync_compilers::compilers::zksolc::settings::ZkSolcError;
43
use semver::Version;
54

65
use crate::{
@@ -103,7 +102,7 @@ fn setup_libs_prj(prj: &mut TestProject, cmd: &mut TestCommand, zksolc: Option<V
103102

104103
let mut config = cmd.config();
105104
if let Some(zksolc) = zksolc {
106-
config.zksync.zksolc.replace(foundry_config::SolcReq::Version(zksolc))
105+
config.zksync.zksolc.replace(foundry_config::SolcReq::Version(zksolc));
107106
}
108107
prj.write_config(config);
109108

0 commit comments

Comments
 (0)