Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 11, 2024
1 parent 35d287a commit ac08278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/script/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ impl CompiledState {
.map_err(|e| eyre::eyre!("Failed to get available signers: {}", e))?;

if !froms.all(|from| available_signers.contains(&from.to_alloy())) {
// IF we are missing required signers, execute script as we might need to collect private
// keys from the execution.
// IF we are missing required signers, execute script as we might need to collect
// private keys from the execution.
let executed = self.link()?.prepare_execution().await?.execute().await?;
(
executed.args,
Expand Down

0 comments on commit ac08278

Please sign in to comment.