Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 21, 2023
1 parent 354db07 commit 0e7291f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/forge/bin/cmd/script/sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ impl ScriptSequence {
if config.get_etherscan_api_key(Some(self.chain.into())).is_none() &&
verify.verifier.verifier == VerificationProviderType::Etherscan
{
eyre::bail!("Etherscan API key wasn't found for chain id {}. On-chain execution aborted", self.chain)
eyre::bail!(
"Etherscan API key wasn't found for chain id {}. On-chain execution aborted",
self.chain
)
}

Ok(())
Expand Down

0 comments on commit 0e7291f

Please sign in to comment.