Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Dec 2, 2024
1 parent 4f0bdf0 commit c6aec13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,9 @@ impl Cheatcodes {
let artifact_code = crate::fs::get_artifact_code(self, contract, false)
.inspect(|_| info!(contract, "pushing factory dep"))
.unwrap_or_else(|_| {
panic!("failed to get bytecode for injected factory deps contract {contract}")
panic!(
"failed to get bytecode for injected factory deps contract {contract}"
)
})
.to_vec();
let res = self.dual_compiled_contracts.find_bytecode(&artifact_code).unwrap();
Expand Down

0 comments on commit c6aec13

Please sign in to comment.