Skip to content

Commit b8171fb

Browse files
authored
Update executor.rs
1 parent 9b90895 commit b8171fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chisel/src/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl SessionSource {
114114
&foundry_compilers::artifacts::ConfigurableContractArtifact,
115115
)| {
116116
(
117-
id.clone(),
117+
id,
118118
foundry_compilers::artifacts::CompactContractBytecode {
119119
abi: artifact.abi.clone(),
120120
bytecode: artifact.bytecode.clone(),

0 commit comments

Comments
 (0)